View Single Post
  #3 (permalink)  
Old 12-02-2008, 7:24 PM
reubenfoo reubenfoo is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Nov 2008
Location: Singapore
Posts: 18
Reputation: 18
reubenfoo is on a distinguished programming path ahead
Default

import the excel file into the database and then extract it out

its like,

Step 1: A user selects an excel file

Step 2: The excel file is being imported in to the database

Step 3: The contents in the file is being extracted for viewing and editing on the form.

Step 4: Once confirmed, the output file would be in text format
Reply With Quote