I am trying to get data to sqlserver2005 on my C# windows application, from sheet1.xls file through oledb connection in visual studio-2008 and I am usi
sqlserver2005
C#
Use Microsoft.ACE.OLEDB.12.0 for excel files
Microsoft.ACE.OLEDB.12.0
string excelconnectionstring = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" +excelfilepath + ";"+"Extended Properties="Excel 12.0;HDR=Yes";
connectionstrings