CSVLibraryAK 1.1.4
dotnet add package CSVLibraryAK --version 1.1.4
NuGet\Install-Package CSVLibraryAK -Version 1.1.4
<PackageReference Include="CSVLibraryAK" Version="1.1.4" />
paket add CSVLibraryAK --version 1.1.4
#r "nuget: CSVLibraryAK, 1.1.4"
// Install CSVLibraryAK as a Cake Addin #addin nuget:?package=CSVLibraryAK&version=1.1.4 // Install CSVLibraryAK as a Cake Tool #tool nuget:?package=CSVLibraryAK&version=1.1.4
CSVLibraryAK provides CSV import and export feature in C#.NET using Datatable as primary data structure. You can install this library via Nuget packages. You can use this library into your any C#.NET project that supports Datatable data structure. This library imports CSV file with or without header and with any number of columns into C#.NET Datatable structure. The import function will automatically detects the number of columns of the CSV file. Export method will export your data from C#.NET Datatable data structure to .csv format file.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. 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.
Release version 1.1.4. Optimizing performance. Fixing bugs.