EPPlus VS CsvBenchmarks

Compare EPPlus vs CsvBenchmarks and see what are their differences.

EPPlus

By JanKallman

CsvBenchmarks

Benchmarks for various .NET libraries. (by MarkPflug)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
EPPlus CsvBenchmarks
8 12
3,278 14
- -
1.5 5.4
about 4 years ago 16 days ago
C# C#
GNU Lesser General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

EPPlus

Posts with mentions or reviews of EPPlus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-06.

CsvBenchmarks

Posts with mentions or reviews of CsvBenchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-31.
  • CSV reader recommendations...
    2 projects | /r/csharp | 31 Jan 2023
    The Sylvan.Data.Csv library is also the fastest CSV parser for .NET, and can load data about 3x faster than MTD based on my limited testing.
  • What's the best way to read an Excel file into a DataGrid in WinUi 3?
    8 projects | /r/csharp | 30 Aug 2022
    I don't want to disparage NPOI, because I'm sure it's great for its primary use-case, which is creating/editing spreadsheets. However, from a performance perspective it is one of the slowest libraries for reading Excel data in .NET. Since the OP seemed to be very concerned about performance and only needs to read data, this probably isn't the best choice.
  • Help needed with .xlsb files
    2 projects | /r/csharp | 18 Aug 2022
    I'm pretty sure NPOI doesn't support .xlsb. At least it didn't the last time I updated my benchmarks: https://github.com/MarkPflug/Benchmarks/blob/main/docs/ExcelBenchmarks.md
  • How would I use an Excel file as Data Source for SQLite connection?
    2 projects | /r/csharp | 15 Jun 2022
    If you're trying to load an Excel worksheet into a DataTable, I maintain a library that can make this quite easy: Sylvan.Data.Excel. It is available as a nuget package, open source, MIT licensed, and the fastest Excel reader for .NET.
  • How to convert an Excel file to Data table
    2 projects | /r/csharp | 22 Apr 2022
    I maintain a library, Sylvan.Data.Excel that might work for you. I claim it is the fastest Excel library in the .NET ecosystem. It is open source and MIT licensed, so feel free to use it however you wish. It has no external dependencies other than .NET itself.
  • Read .xls, .xlsx files using interop and import to datatable
    3 projects | /r/csharp | 23 Jan 2022
    It provides a forward only data reader (DbDataReader) for all common excel formats (.xlsx, .xlsb, and .xls). It is the fastest and lowest allocating Excel reader in the .NET ecosystem.
  • Read uploaded excel file
    5 projects | /r/csharp | 12 Jan 2022
    This one is one that I personally maintain: Sylvan.Data.Excel It isn't fully featured, but it is the fastest that I'm aware of.
  • Microsoft .net XLSX to CSV library?
    3 projects | /r/csharp | 5 Dec 2021
    I maintain a couple libraries that should make this quite easy: Sylvan.Data.Csv, and Sylvan.Data.Excel. They are both open-source and MIT licensed. They are also both fastest-in-class at their particular tast.
  • Read Excel file in .NET 6 deployed on Linux?
    8 projects | /r/dotnet | 27 Nov 2021
    It isn't exactly a full-featured library, but it is cross-platform and is the fastest and lowest allocating Excel reader that I'm aware of for .NET. That might not be a huge concern if you're just processing the occasional file.
  • The Fastest Csv Parser In Net
    2 projects | /r/dotnet | 12 Jan 2021
    Thanks for this -- I've pushed a PR that corrects a slight incorrectness issue that biased the results in Cursively's favor, uses the original byte array directly instead of needlessly wrapping it in a MemoryStream, and uses the same optimization that you used to make SylvanSimplePool win in its category. CursivelyCsv is now the winner on my machine in this category when doPooling is on.

What are some alternatives?

When comparing EPPlus and CsvBenchmarks you can also consider the following projects:

NPOI - a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

ExcelMapper - An Excel to object mapper. Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.

ClosedXML - ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

Open XML SDK - Open XML SDK by Microsoft

Sylvan.Data.Excel - The fastest .NET library for reading Excel data files.

DocX - Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word.

ExcelDataReader - Lightweight and fast library written in C# for reading Microsoft Excel files

Report-From-DocX-HTML-To-PDF-Converter - .NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF

Sylvan - A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.