Forum Discussion

gregarican's avatar
gregarican
Copper Contributor
Feb 17, 2023
Solved

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 ...
  • gregarican's avatar
    Feb 20, 2023
    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.

Resources