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
Aug 2, 2012
Latest stable version

Install

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

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

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.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

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.