在C#中读取CSV文件

This article was translated from English: Does it need improvement?
Translated
View the article in English

当您需要在C#中读取CSV文件时,IronXL是一个简单的解决方案。 您可以读取带有逗号或任何其他分隔符的CSV文件,如下面的代码段所示。


步骤 1

1. 安装 IronXL 库

在您可以使用IronXL在MVC、ASP或dotnet core中读取CSV文件之前,您需要先安装它。这里有一个快速的操作指南。

  • 在 Visual Studio 中,选择“项目”菜单。
  • 管理 NuGet 软件包
  • 搜索 IronXL.Excel
  • 安装

href="/img/faq/excel/csharp-read-csv-file/ironxl-excel-nuget-package.png"

target="_blank"

> 
 related to 1. 安装 IronXL 库

class="img-responsive"

src="/img/faq/excel/csharp-read-csv-file/ironxl-excel-nuget-package.png"

alt="IronXL.Excel NuGet 包"

  > 

图 1 - IronXL.Excel NuGet 软件包