Import Excel Sheet
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
This is my connection string for ExcelSheet : string excelConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + fldSubscriberList.PostedFile.FileName + ";Extended Properties=Excel 8.0"; But Given the Error AS : Could not find installable ISAM Please Help Thanks
-
This is my connection string for ExcelSheet : string excelConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + fldSubscriberList.PostedFile.FileName + ";Extended Properties=Excel 8.0"; But Given the Error AS : Could not find installable ISAM Please Help Thanks