string path = FileUploadContacts.PostedFile.FileName; string connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path + ";Extended Properties=Excel 12.0;HDR=YES";
string path = FileUploadContacts.PostedFile.FileName; string connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path + ";Extended Properties=Excel 12.0; ";
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)