Import Excel Sheet Data to Gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi friends, I am trying to Import Excel Sheet Data to Gridview i used oledb connection to do this. my Connection string goes like this string strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" E:\\test.xsl;Jet OLEDB:Max Buffer Size=256;Extended Properties=Excel 8.0;HDR=NO;IMEX=1"; When i open the connection i get the following error Error code= 80004005 Error Description=Could not find installable ISAM Kindly help me out thanks, praveen