Skip to main content
CsvHelper package icon

CsvHelper

A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.

Total Downloads
674.3M
674,272,101
Published
Nov 8, 2017
Latest stable version

Install

.NET CLI
dotnet add package CsvHelper --version 6.0.0
Package Manager Console
Install-Package CsvHelper -Version 6.0.0
PackageReference
<PackageReference Include="CsvHelper" Version="6.0.0" />

Frameworks

.NETFramework4.5 .NETStandard2.0

Dependencies

Microsoft.CSharp
.NETStandard2.0
[4.4.0, )
[4.4.0, )

Adoption guide

Business data imports/exports with evolving schemas, custom converters and robust validation hooks.

CSV guide
Why it appears in the guide: Feature-rich CSV library with class maps, culture-aware parsing and mature read/write APIs. Trade-off: Its flexibility adds configuration surface area that should be standardized in shared mapping code.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.