I’m trying to figure out how to populate a datatable with data from and Excel file that’s been uploaded using the FileUpload control. Does anyone know of a tutorial to do this?
I haven’t been able to find anything on Google, maybe using wrong search terms?
Use LinqToExcel to parse data. Then, when you have the data in memory, put it into a database whichever way you prefer.