Skip to main content
Question Protected by CommunityBot
Fix case, trim chat
Source Link
halfer
  • 20.2k
  • 19
  • 110
  • 207

oledb connection string for excelExcel 2016 in c#C#

I have been trying to access 2016 msMS Excel file using c#C#, but connection string is working only till 2013 ms excelMS Excel.

myMy current connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES";

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES";

isIs there any modified oledb connection string for ms excelMS Excel 2016?

any help would be appreciable, thanks in advance.

oledb connection string for excel 2016 in c#

I have been trying to access 2016 ms Excel file using c#, but connection string is working only till 2013 ms excel.

my current connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES";

is there any modified oledb connection string for ms excel 2016?

any help would be appreciable, thanks in advance.

oledb connection string for Excel 2016 in C#

I have been trying to access 2016 MS Excel file using C#, but connection string is working only till 2013 MS Excel.

My current connection string:

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES";

Is there any modified oledb connection string for MS Excel 2016?

Source Link
Ravi Anand
  • 5.5k
  • 11
  • 54
  • 81

oledb connection string for excel 2016 in c#

I have been trying to access 2016 ms Excel file using c#, but connection string is working only till 2013 ms excel.

my current connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES";

is there any modified oledb connection string for ms excel 2016?

any help would be appreciable, thanks in advance.