I am currently using ACE.OLEDB.12
for querying Excel data tables and I encountered a limitation with the provider that is frustrating. The provider can only address the first 256 columns and 65536 rows so if I position any of my data tables outside that window the engine comes back with an error message of range not found.
Does anyone know of any other data provider that will allow me to query data directly from data tables like the example below using ACE.OLEDB.12
?
SELECT * FROM [Main Sheet$IG7:IU9]