How to Upload a excel file without oledb connection. using sql server connetion
Hi
you can use below article to read excel data into DataSet or DataTable
http://stackoverflow.com/questions/3715693/import-excel-sheet-data-to-datagrid-without-using-oledb
and then insert that DataTable data to Database using below article
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.