Hi Mojesh,
Based on your description, when you try to read Excel file via OleDB connection, an error message will pop up.
You mentioned you installed Microsoft Access 2016 Runtime and Microsoft Access Database Engine 2016, are these two the same bit version as Excel?
If not, please make sure they are all the same bit version.
If yes, you can try to re-install them or install Microsoft Access 2010 Runtime to check whether the problem persists.
If the problem persist, please feel free to post back.
Best regards,
Jazlyn
Thanks Jazlyn
- unistalled Microsoft Access 2016 Runtime
- Installed Microsoft Access 2010 Runtime
- Checked and confirmed all (Office 365 Excel Proplus, Microsoft Access 2010 Runtime & Microsoft Access Database Engine 2016) have the same 32-bit version
Tried all possible
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\Temp.xlsx;Extended Properties="Excel 12.0 Xml;HDR=True;IMEX=0";
>Error : External table is not in the expected format.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\Temp.xlsx;Extended Properties="Excel 16.0 Xml;HDR=True;IMEX=0";
>Error: Could not find installable ISAM.
Provider=Microsoft.ACE.OLEDB.16.0;Data Source=D:\Temp.xlsx;Extended Properties="Excel 12.0 Xml;HDR=True;IMEX=0";
>Error: External table is not in the expected format.