Forum Discussion
Issue while reading xls files using Excelworkbook connector in microsoft data fabric
- Anonymous1 year ago
I could not resolve the issue with converting the xlsx to xls or vice versa. Somehow still hit the same error.
Had to export the file to CSV to make it work. Thanks again for all your respones. Apologies for the delayed response.
Hi Anonymous,
Thanks for reaching out to the Microsoft fabric community forum.
It looks like you're trying to get an excel file in your workspace and there's an error stating that the "Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine". Its likely due to OLEDB provider is not installed or properly registered as OLEDB is used to read .xls files but you mentioned you already validated your OLEDB installation and registry but the problem is still there.
So for this you can reinstall your OLEDB provider or you can cross check if the correct version is registered using CMD or PowerShell because if your environment runs in 64-bit mode then the 32-bit application will not find OLEDB provider.
If the issue still persists then please follow the solution provided by lbendlin.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.