# C# CSV Libraries

> AI-ranked search results for `best c sharp csv libraries` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 116 total matches; showing the top 3.

Explore on the web: https://awesome-repositories.com/q/best-c-sharp-csv-libraries

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/best-c-sharp-csv-libraries).**

## Results

- [joshclose/csvhelper](https://awesome-repositories.com/repository/joshclose-csvhelper.md) (5,202 ⭐) — CsvHelper is a library for reading and writing comma-separated value files by mapping data to custom class objects. It functions as a parsing library and data mapper that converts flat-file text into structured data objects and serializes internal data sets back into standard CSV files.

The project emphasizes memory efficiency through a parser that optimizes resource consumption. It utilizes field value caching and an interned string cache to store repetitive values, which reduces memory overhead when processing large datasets.

The library provides a configuration-driven parsing engine that
- [servicestack/servicestack.text](https://awesome-repositories.com/repository/servicestack-servicestack-text.md) (1,217 ⭐) — .NET's fastest JSON, JSV and CSV Text Serializers
- [tinycsvparser/tinycsvparser](https://awesome-repositories.com/repository/tinycsvparser-tinycsvparser.md) (401 ⭐) — Easy to use, easy to extend and high-performance library for CSV parsing with .NET
