CSVReports 2.8.0
See the version list below for details.
dotnet add package CSVReports --version 2.8.0
NuGet\Install-Package CSVReports -Version 2.8.0
<PackageReference Include="CSVReports" Version="2.8.0" />
paket add CSVReports --version 2.8.0
#r "nuget: CSVReports, 2.8.0"
// Install CSVReports as a Cake Addin #addin nuget:?package=CSVReports&version=2.8.0 // Install CSVReports as a Cake Tool #tool nuget:?package=CSVReports&version=2.8.0
Read and write CSV files with a single line of code. Reads from files, streams, strings into lists, dictionaries, lists of objects and data tables. Writes from lists of objects or data tables to files, streams, and strings. Handles embedded commas, double quotes, escaped commas, and columns that span multiple lines.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. 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 (1)
Showing the top 1 NuGet packages that depend on CSVReports:
Package | Downloads |
---|---|
StaticCodeAnalysis
Static Code Quality Analysis for C#, C++, C, Go, Java, JavaScript, Kotlin, Php, Python, and TypeScript. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.19.0 | 1,644 | 1/28/2023 |
3.18.0 | 2,490 | 7/28/2022 |
3.16.0 | 422 | 1/6/2022 |
3.15.0 | 536 | 2/19/2021 |
3.14.0 | 637 | 6/14/2020 |
3.13.0 | 725 | 1/1/2020 |
3.12.0 | 700 | 9/14/2019 |
3.11.0 | 718 | 4/13/2019 |
3.0.0 | 739 | 3/31/2019 |
2.14.0 | 1,414 | 6/12/2017 |
2.12.0 | 1,178 | 1/1/2017 |
2.11.0 | 1,163 | 10/22/2016 |
2.10.0 | 1,202 | 7/10/2016 |
2.9.0 | 1,520 | 6/17/2016 |
2.8.0 | 1,509 | 6/17/2016 |
2.6.0 | 1,243 | 2/24/2016 |
2.5.0 | 1,165 | 2/6/2016 |
2.4.0 | 1,179 | 2/4/2016 |
2.3.0 | 1,363 | 11/21/2015 |
2.2.0 | 1,969 | 6/20/2015 |
2.1.0 | 1,271 | 6/6/2015 |
1.11.0 | 1,389 | 1/7/2015 |
1.8.0 | 1,330 | 10/18/2014 |
1.7.0 | 1,314 | 10/4/2014 |
1.6.0 | 1,445 | 7/7/2014 |
1.5.0 | 1,517 | 3/22/2014 |
1.4.0 | 1,378 | 3/22/2014 |
1.3.0 | 1,500 | 11/23/2013 |
1.2.0 | 1,690 | 6/25/2013 |
1.0.0 | 1,502 | 6/3/2013 |
Kellerman Software announces a minor update to the CSV Reports library. The CsvWriter now has the ability to specify the date format. It is also now possible to specify the output order for a data table.