Connecting Tech Pros Worldwide Help | Site Map

Dynamically import excel file

  #1  
Old June 30th, 2009, 02:01 PM
Newbie
 
Join Date: Jun 2009
Posts: 4
HI All,

I am new to .net, I got a project in which i need to import dynamically excel file into sql table. Like user will select the excel file and the sql table, then all the columns from excel file and the fields from sql table comes on the form, then user will select which column need to go to which table colums.

Can anyone help me in this.

Thanks

Arvinder
  #2  
Old July 7th, 2009, 06:27 PM
Newbie
 
Join Date: Jun 2009
Posts: 4

re: Dynamically import excel file


Hi Friends,

I am still waiting for the solutions, can anyone pls help me.

Thanks
  #3  
Old July 8th, 2009, 10:55 AM
PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 691
Provided Answers: 1

re: Dynamically import excel file


Read the excel file using OLE DB and use Dataset to fill your data and then enter into Sql table..
  #4  
Old July 10th, 2009, 03:26 AM
VietPP's Avatar
Newbie
 
Join Date: Dec 2007
Location: Vietnam
Posts: 17

re: Dynamically import excel file


I have a small programe to import excel file to database that can be usefull with a bit customization. E-mail me at filterking_555@yahoo.com if you still need it.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transferring file from server to client andrewsteed answers 0 November 29th, 2007 11:36 PM
uploading excel file and extracting the image to a folder 8hours answers 0 October 6th, 2006 05:01 PM
generating MS-Excel report through ASP.Net without installing MS-E hari krishna answers 9 November 18th, 2005 07:08 PM
passing form data to an email address/Excel sheet on a local computer sifar answers 9 September 3rd, 2005 02:15 AM