I have an Excel spreadsheet with several tabs. I am able to pull the data from the different tabs into ASP.NET and manipulate its content into one uniform DataTable.
Now I need to take this data and insert it all into a SQL table.
Is there any easy way of taking Excel data and inserting it all into a SQL table using ASP.NET?
Thanks!
Q.
Now I need to take this data and insert it all into a SQL table.
Is there any easy way of taking Excel data and inserting it all into a SQL table using ASP.NET?
Thanks!
Q.