How to get OleDb for reading excel in asp.net core project
问题 Is there any way of reading excel data in ASP.NET Core (built over .Net Core)? I am not able to refer OleDB in project.json of my .net core project. Is there any other way of doing this? 回答1: Do you really need OleDB to read Excel today? To my opinion, OleDB is a bit outdated. There are opensource libraries to work with Excel files which are much easier to use and provide a lot of flexibility. ClosedXML (https://closedxml.codeplex.com/) is one such library. It's well documented and allows to