I have a 2010 Excel file
with a sheet that spans 34864 rows
and 1387 columns
. I\'m trying to import it into Access 2010
with
Download and install the Microsoft Access Database Engine 2010 Redistributable, and then modify the DB connection strings in Microsoft Excel to use ACE as a provider.
Change (example):
Provider=Microsoft.Jet.OLEDB.4.0
to:
Provider=Microsoft.ACE.OLEDB.12.0.
Microsoft is working on a resolution and will provide an update in an upcoming release.