Forum Discussion
gregarican
Feb 17, 2023Copper Contributor
Microsoft.ACE.OLEDB.12.0 Issue
So I have a C# app that reads from Excel (using Microsoft.ACE.OLEDB.12.0) in order to then add those rows into a larger consolidated sheet. It's worked fine for a long time. Suddenly the past couple ...
- Feb 20, 2023I just installed the ExcelDataReader Nuget package and all is well again. There was definitely a new wrinkle likely introduced with a recent Windows Update that affects the way that the OleDbDataReader interacts with Excel using the Microsoft.ACE.OLEDB.12.0 provider.
gregarican
Feb 20, 2023Copper Contributor
I just installed the ExcelDataReader Nuget package and all is well again. There was definitely a new wrinkle likely introduced with a recent Windows Update that affects the way that the OleDbDataReader interacts with Excel using the Microsoft.ACE.OLEDB.12.0 provider.