Found 86 packages
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library.
An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library.
Csv (comma-separated values) Library (.NET Standard Library) A library for reading objects from CSV files and writing objects to CSV files.
Cake Addin for working with CSV files using the CSVHelper library.
World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (csv, tsv etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
CsvHelper Extensions to quickly read and write Excel-Compatible csv Files
An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library.
DSharp CSV Helper With this package you can write attributes above your class like: [CsvDelimiter("|")] and above fields: [CsvFormat("yyyyMMdd")] [CsvLength(8)] [CsvFormat("0.00")] [CsvIgnore] Afterwards you can write it: var writer = new CsvWriter<MyObject>(@"c:\export.csv"); //writer.Definition.WriteHeader = false; writer.Write(list);
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Fast dynamic records reader and writer extensions for CsvHelper
An implementation of IParser and IWriter from CsvHelper that reads and writes using the EPPlus v4 library (the last LGPL version).
An implementation of IParser and IWriter from CsvHelper that reads and writes using the latest EPPlus library.
Fast C# CSV parser (data stream reader/writer) for modern .NET apps.
A small library thinked to allow the import and export data from and to Excel files. The library is the facto an extension that connects and integrates two famous libraries CsvHelper and OpenXml, mainly providing implementations of IParser and IWriter, of CsvHelper, which read and write files in xlsx format using OpenXml.
CSV Export component for .NET
Csv (comma-separated values) Library (.NET Framework Library) A library for reading objects from CSV files and writing objects to CSV files. (.NET Framework 4.5.2 or later)
CsvHelper extensions for implementing a pseudo-database context backed by CSV files.
Csv reader and writer services.
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.