awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# CSV Libraries

Classement mis à jour le 13 juil. 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.

Nous sélectionnons les dépôts GitHub open-source correspondant à « best c sharp csv libraries ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.

C# CSV Libraries

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • joshclose/csvhelperAvatar de JoshClose

    JoshClose/CsvHelper

    5,202Voir sur 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
    Voir sur GitHub↗5,202
  • servicestack/servicestack.textAvatar de ServiceStack

    ServiceStack/ServiceStack.Text

    1,217Voir sur 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
    Voir sur GitHub↗1,217
  • tinycsvparser/tinycsvparserAvatar de TinyCsvParser

    TinyCsvParser/TinyCsvParser

    401Voir sur 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
    Voir sur 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#