EPPlus: No longer free to use in a commercial setting
posted in dotnet on • by Wouter Van Schandevijl • last updated onVersion 4.5.3.3 is the last version of EPPlus you can use without a license for commercial use.
EPPlus Repositories
JanKallman/EPPlus
:
The old and free one
EPPlusSoftware/EPPlus
:
The new and not so free one
Forks
EPPlus is a pretty solid tool and you probably don’t need any of the additional fluff they’re adding in the now paid version. Use these to circumvent the official EPPlus misleading “Deprecated” notice.
rimland/EPPlus
:
Most stars but no activity
visualon/epplus
:
Actively maintained (ex .NET 8 support) but no new features
Alternatives
If you prefer something that is more actively maintained/developed:
ClosedXML/ClosedXML
:
.NET library for reading, manipulating and writing Excel files
nissl-lab/npoi
:
.NET library to read/write Office formats
mini-software/MiniExcel
:
Easy Excel .NET helper to import/export/template spreadsheets
mganss/ExcelMapper
:
An Excel to object mapper.
If you just need to read
ExcelDataReader/ExcelDataReader
:
Lightweight C# library for reading Excel files
- 25 February 2025 : Added EPPlus forks