问题
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