Info
Version: | 1.1.4 |
Author(s): | Asmak9 |
Last Update: | Wednesday, October 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/asmak9/CSVLibraryAK |
NuGet Url: | https://www.nuget.org/packages/CSVLibraryAK |
Install
Install-Package CSVLibraryAK
dotnet add package CSVLibraryAK
paket add CSVLibraryAK
CSVLibraryAK Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.