Connection To MS Excel 2007
Posted: Sun Sep 09, 2007 12:17 pm
Dear All
Can i connect to Microsoft Excel and if that , which provider can i use.
Can i connect to Microsoft Excel and if that , which provider can i use.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx;Extended Properties="Excel 12.0;HDR=YES";
Code: Select all
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";
Code: Select all
SELECT * FROM [sheet1$]