标签: c# asp.net-web-api
我想创建一个Web API,在其中可以读取具有5列以上的excel文件,并将表转换为3列,然后保存到数据库中。
任何人都知道如何开始?我是Web API的新手吗?
谢谢
答案 0 :(得分:0)
要阅读excel,您可以尝试使用ExcelDataReader。
进入Visual Studio中的NuGet并搜索ExcelDataReader 或在GitHub上:https://github.com/ExcelDataReader/ExcelDataReader