awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# CSV Libraries

排名更新于 2026年7月13日

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.

我们为您精选了匹配 “best c sharp csv libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# CSV Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • joshclose/csvhelperJoshClose 的头像

    JoshClose/CsvHelper

    5,202在 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
    在 GitHub 上查看↗5,202
  • servicestack/servicestack.textServiceStack 的头像

    ServiceStack/ServiceStack.Text

    1,217在 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
    在 GitHub 上查看↗1,217
  • tinycsvparser/tinycsvparserTinyCsvParser 的头像

    TinyCsvParser/TinyCsvParser

    401在 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
    在 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#