Trying to load Xlsx/Xlsb Excel format into SSIS I followed the below links but I cannot achieve the requirement:
- Import Excel binary files into SQL Db using SSIS
- The requested OLE DB provider Microsoft.ACE.OLEDB.16.0 is not registered. If the 32-bit driver is not installed, run the package in 64-bit mode
- SSIS Excel Connection Manager failed to Connect to the Source
The Connection String that's created is below:
Provider=Microsoft.ACE.OLEDB.16.0;Data Source=\\MyServer\MyFilePath\sample.xlsx;Extended Properties="Excel 12.0 XML;HDR=YES";
On the Excel Destination, I am getting this error:
The requested OLE DB provider Microsoft.ACE.OLEDB.16.0 is not registered. If the 32-bit driver is not installed, run the package in 64-bit mode. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".