awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# CSV Libraries

تم تحديث الترتيب في 13 يوليو 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.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best c sharp csv libraries”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

C# CSV Libraries

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • joshclose/csvhelperالصورة الرمزية لـ JoshClose

    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.textالصورة الرمزية لـ ServiceStack

    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/tinycsvparserالصورة الرمزية لـ TinyCsvParser

    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#