Top 20 NuGet Csv Packages

This is a simple library to read and write CSV files. Simple means it doesn't have fancy mapping to DTOs or anything like that. It's main purpose is to read CSV to dictionaries or write dictionaries to CSV. But to do it correctly (i.e. not messing up when it encounters line breaks).
`CharpVitamins.Tabulation` provides helpers to create tabular data with little fuss i.e. Tab or comma separated values (`CsvDefinition`), or padded columns of plain text (via `PlainTextTable`).
Work with Csv. Read and Write from DataTable. Write one row as CSV row. CsvFileReaderParallel. Read csv datatable from text.
A set of media type formatters.
Description
Reads and writes a data table in text format such as CSV, TSV, and space-delimited text. Also provides a way to bind each row to user defined class, so that user can easily create instances from a text table.
Reading and writing CSV formatted files.
Fast CSV serializer and object flattener.
The Software Botany Ivy project is a library containing various string utilities. Included in the library are fluent APIs for parsing and creating delimited and fixed width positional text.
Turn a csv file into a simple, dumb table in SQL Server
Exports List<T> into CSV/HTML/Word/Excel/PDF
Diff library for comparing CSV files.
A library that help you to convert collections to CSV file.
Supports using any string as a field delimiter, or row delimiter, quoted fields, and the ability to handle Unicode.
File parser and writer that works with Mere.
Data laporan stock card untuk export ke csv
Read flat files using the ADO.NET IDataReader interface. This project has been retired and replaced with FlatFiles, which is easier to use, supports more file formats and is extremely fast!
Library for reading and writing tabular (CSV) files.
Simple CsvParser which can parse strings or files. Understands quoted and unquoted values.