Top 20 NuGet Csv Packages

Exports Collections of objects to CSV
My package description.
Rovecom DataTable extensions for converting an Enumerable to a DataTable and to export a DataTable to CSV or XML. Also allows for conversion from a CSV file to a DataTable.
A CSV parser
Package Description
This is a library for Asp.Net Core that provides some generic interfaces, conversions, paging helpers, exporters, extensions, and tag helpers
Package Description
Csv Read And Write Library
Simply save and load data in csv file.
My package description.
This module offers CSV file load/save features with error detection and data type retention.
Provides CSV support to the DataPipe platform. Reference this package if you need to read or write CSV file from a data pipe script
The GenericParser is a robust C# implementation of a parser for delimited and fixed width format files. It provides a variety of features (ex. custom delimiters, text qualifiers, loading/saving configuration from XML, and many more), performant, and thoroughly tested.
csvファイルをaccessのDBに登録する
Excel to CSV without Microsoft Office.
Different utilities for exporting to CSV and HTML
Package Description
Library to parse Comma Separated Value lines into an IEnumerabl<string>, targeting dotnet core. CsvParser with Readline function. Accommodates cases 4, 5 and 7 of https://tools.ietf.org/html/rfc4180. This release does not presently concern itself with the separation of records, and therefore case 6...