Export data from excel sheet in asp.net - DevSharePoint.com


Export data from excel sheet in asp.net

Posted by Fewlines4Biju on May 5, 2011

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]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.