Export data from excel sheet in asp.net
Here is the code to export data from excel sheet and put it on dataset.
Import this using statements firstusing System.Configuration;using System.Data.OleDb;using System.Data;
//Retrieve the full path from the FileUpload control string filePath = fuPathOfFile.PostedFile.FileName;
string...
[read more]
Submit a review:
Login required.