Info
Version: | 33.0.1 |
Author(s): | Josh Close |
Last Update: | Thursday, June 20, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://joshclose.github.io/CsvHelper/ |
NuGet Url: | https://www.nuget.org/packages/CsvHelper |
Install
Install-Package CsvHelper
dotnet add package CsvHelper
paket add CsvHelper
CsvHelper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.CSharp(>= 4.5.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.ValueTuple(>= 4.4.0)
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.0)
- Microsoft.Bcl.HashCode(>= 1.1.0)
- Microsoft.CSharp(>= 4.5.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.Threading.Tasks.Extensions(>= 4.5.2)
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.0)
- Microsoft.Bcl.HashCode(>= 1.1.0)
- Microsoft.CSharp(>= 4.5.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.Threading.Tasks.Extensions(>= 4.5.2)
No dependencies.
- Microsoft.CSharp(>= 4.5.0)
Tags
Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.