CSVLibraryAK 1.1.4

dotnet add package CSVLibraryAK --version 1.1.4
NuGet\Install-Package CSVLibraryAK -Version 1.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSVLibraryAK" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSVLibraryAK --version 1.1.4
#r "nuget: CSVLibraryAK, 1.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.4 5,139 10/7/2020
1.1.3 654 10/6/2020
1.1.2 1,093 9/14/2020
1.1.1 533 9/14/2020
1.1.0 541 9/12/2020
1.0.0 2,272 6/19/2019

Release version 1.1.4. Optimizing performance. Fixing bugs.