SimpleCsv 1.0.3.1
Install-Package SimpleCsv -Version 1.0.3.1
dotnet add package SimpleCsv --version 1.0.3.1
<PackageReference Include="SimpleCsv" Version="1.0.3.1" />
paket add SimpleCsv --version 1.0.3.1
#r "nuget: SimpleCsv, 1.0.3.1"
// Install SimpleCsv as a Cake Addin
#addin nuget:?package=SimpleCsv&version=1.0.3.1
// Install SimpleCsv as a Cake Tool
#tool nuget:?package=SimpleCsv&version=1.0.3.1
This project helps you to read and write CSV (Comma Separated Values) files in your program.
Those files are legacy, but many developers still use them because of their readability and because every sheet-calculation program can perfectly edit them.
With the classes in this project you can read/write them via a stream, so that not every byte of the CSV has to be in memory beforehand and they provide nice and fluent interfaces for all functions, they are well tested (visit the project-page) and they are capable of reading and writing quoted values.
Give it a try.
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.