How To Read CSV using EPPLUS [closed]

大憨熊 提交于 2020-01-04 04:21:05

问题


How to read CSV File using EPPLUS library in Asp.net Core C#?


回答1:


EPPlus is a library for working with .XLSX files, which it does incredibly well, but it does not support .CSV files.

Take a look at CsvHelper on NuGet and GitHub - it's a lightweight and high-performance library for reading and writing CSV files. You'll find the documentation and plenty of samples here. The project is regularly updated and well maintained - I've found it to be a good choice.



来源:https://stackoverflow.com/questions/45050257/how-to-read-csv-using-epplus

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!