ASP.NET - dynamically create a table based on import excel file using C#.net
Asked By venu yelle on 26-Sep-12 05:03 AM
I am trying to import excel file to SQL server using asp.net web
application. I can upload the file on the server, my problem is I want
to load the data in excel file dynamically; I will need to create a
table in the server dynamically everytime I import an excel file.
Please help!!!
Thanks