EPPlus CompuMaster FixMsCalcs-Edition, fork of EPPlus 4.5.3.3 with features for calculation cache reset
$ dotnet add package CompuMaster.EPPlus4EPPlus will from version 5 be licensed under the Polyform Noncommercial 1.0.0 license.
With the new license EPPlus is still free to use in some cases, but will require a commercial license to be used in a commercial business.
More information on the license change on our website
Breaking change in .NET Core: The Worksheets collection will be zero based as default. This can be altered by setting the ExcelPackage.Compatibility.IsWorksheets1Based to true. .NET Core will have this property set to false, and .Net 3.5 and .Net 4 version will have this property set to true for backward compatibility reasons. This property can also be set via the appsettings.json file in .Net Core or the app.config file. See sample project for examples!
.NET Core uses a preview of System.Drawing.Common, so be aware of that. We will update it as Microsoft releases newer versions. System.Drawing.Common requires libgdiplus to be installed on non-Windows operating systems.
For example:
brew install mono-libgdiplus
apt-get install libgdiplus
Changes 4.5.3.3
4.5.3.2
4.5.3.1
4.5.3
4.5.2.1
4.5.2
4.5.1
4.5.0.3
4.5.0.2 rc
4.5.0.1 Beta 2
4.5.0.0 Beta 1
4.1.1
4.1
4.0.5 Fixes
4.0.4 Fixes
4.0.3 Fixes
4.0.2 Fixes
4.0.1 Fixes
New features 4.0
Replaced Packaging API with DotNetZip
New Cell store
Formula Parser
The formula parser does not support Array Formulas
Performance *Of course the performance of the formula parser is nowhere near Excels. Our focus has been functionality.
Agile Encryption (Office 2012-)
Minor new features
Beta 2 Changes
Release Candidate changes