SimpleCsv 1.0.3.1
dotnet add package SimpleCsv --version 1.0.3.1
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.