awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# CSV Libraries

Clasificación actualizada el 13 jul 2026

For a library for parsing csv in C#, the strongest matches are joshclose/csvhelper (CsvHelper is a comprehensive, high-performance library for the), servicestack/servicestack.text (This library provides high-performance CSV serialization and deserialization for) and tinycsvparser/tinycsvparser (This library provides a high-performance, easy-to-use solution for parsing). Each is ranked by relevance to your query, popularity and recent activity.

Curamos repositorios de código abierto en GitHub que coinciden con “best c sharp csv libraries”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.

C# CSV Libraries

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • joshclose/csvhelperAvatar de JoshClose

    JoshClose/CsvHelper

    5,202Ver en GitHub↗

    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

    CsvHelper is a comprehensive, high-performance library for the .NET ecosystem that provides robust support for asynchronous I/O, LINQ integration, and flexible object mapping, making it the standard choice for CSV processing.

    C#CSV ParsingAttribute-Based MappingsConfigurable CSV Parsing
    Ver en GitHub↗5,202
  • servicestack/servicestack.textAvatar de ServiceStack

    ServiceStack/ServiceStack.Text

    1,217Ver en GitHub↗

    .NET's fastest JSON, JSV and CSV Text Serializers

    This library provides high-performance CSV serialization and deserialization for .NET objects, offering a robust solution for reading and writing CSV data even though its primary focus is broader text serialization.

    C#Serialization
    Ver en GitHub↗1,217
  • tinycsvparser/tinycsvparserAvatar de TinyCsvParser

    TinyCsvParser/TinyCsvParser

    401Ver en GitHub↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    This library provides a high-performance, easy-to-use solution for parsing CSV files in .NET, though it is more focused on parsing than the full suite of read-and-write features requested.

    C#csv-parser
    Ver en GitHub↗401

Related searches

  • a java library for parsing csv files
  • a library for parsing csv in Go
  • a javascript library for parsing csv files
  • a library for parsing csv in Rust
  • a python library for processing csv files
  • a library for parsing YAML in C#
  • a high performance serialization library for C#
  • a high performance JSON library for C#