unable to import OleDbConnection in dotnet core entity framework

Amit Verma picture Amit Verma · Apr 24, 2018 · Viewed 11k times · Source

unable to import OleDbConnection in dotnetcore entity framework while transferring data from excel to sqlserver

Answer

Vahid  picture Vahid · Apr 28, 2020

OleDb is now available for .NET Core. System.Data.OleDb is available on NuGet.org