C# and Excel confusion

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • I tend to use ClosedXML if I'm doing work with Excel. It does only do Excel files, though, so you'd have to find something else if you want to work with Word/PP/whatever.

  • ExcelDataReader

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

  • ClosedXML works great. Also worth taking a look at ExcelDataReader if you want a simple lightweight solution for parsing excel and csv files with a single library.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts