Info
| Version: | 1.1.5 |
| Author(s): | Antonio Esposito |
| Last Update: | Friday, October 9, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/TNX.ToCSV |
Install
Install-Package TNX.ToCSV
dotnet add package TNX.ToCSV
paket add TNX.ToCSV
TNX.ToCSV Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
TNX.CSV assembly adds features like CSV read/write
Extensions and feature:
+ IEnumerable<T>.ToCsvStream
+ DataTable.ToCsvStream
+ IEnumerable<T>.ToCsvResponse (HttpResponse)
+ DataTable.ToCsvResponse (HttpResponse)
+ Stream.FromCsvDictionarly (enumerable of)
+ Stream.FromCsvDynamic (enumerable of)
+ Stream.FromCsvDataTable
+ Separator configurable (CsvExtensionConfiguration class)
+ Encoding configurable
+ Columns on first row configurable
Q: [email protected]
Demo: www.antonioesposito.it.