Skip to content

Releases: EPPlusSoftware/EPPlus

v8.7.0

Choose a tag to compare

@JanKallmanJanKallman released this 20 Aug 11:42

Minor Features

  • The ExcelPackage Save functions now support saving as a template (.xltx, .xltm), see https://github.com/EPPlusSoftware/EPPlus/wiki/Save-as-template(.xltx,-.xltm).
  • Added support for HideItemsWithNoData on pivot table slicer caches (Slicer.Cache.HideItemsWithNoData)
  • When copying a worksheet, you can now assign custom names to copied tables and pivot tables through callbacks on ExcelWorksheetCopyOptions (TableCopyHandler / PivotTableCopyHandler), instead of relying on generated names like Table1. Formula references in copied tables are updated automatically. See https://github.com/EPPlusSoftware/EPPlus/wiki/Copy-Ranges-or-Entire-Worksheets#naming-tables-and-pivot-tables-when-copying-a-worksheet
  • The new DisableImageFunctionDownloads property on ExcelCalculationOption (default false) lets you turn off the outbound network request that IMAGE makes during calculation. When true, IMAGE returns #NAME? instead of downloading. Useful when calculating untrusted workbooks. Existing images are unaffected. Thanks to Derin (Paranoidgrinch) for reporting this.

Fixed issues, see: https://epplussoftware.com/Developers/MinorFeaturesAndIssues

Release is available on Nuget.org per 20260820 : https://www.nuget.org/packages/EPPlus/

8.6.3

Choose a tag to compare

@swmalswmal released this 24 Jul 14:12
21b0af6

EPPlus 8.6.3

Security release addressing five vulnerabilities in the System.Security.Cryptography.Xml dependency.

Denial of service:CVE-2026-47302, CVE-2026-50525, CVE-2026-50527, CVE-2026-50648
Security feature bypass:CVE-2026-47304

Package versions updated to 8.0.4 (.NET Framework, .NET 8, .NET Standard), 9.0.18 (.NET 9) and 10.0.10 (.NET 10).

8.6.2

Choose a tag to compare

@JanKallmanJanKallman released this 21 Jul 13:07

Changes in EPPlus 8.6.2

Changes in EPPlus 8.6.1

  • 3 new functions:
    • REGEXEXTRACT
    • REGEXREPLACE
    • REGEXTEST

Changes in EPPlus 8.6.0

Release is available on Nuget.org per 20260721 : https://www.nuget.org/packages/EPPlus/

8.6.1

Choose a tag to compare

@JanKallmanJanKallman released this 16 Jun 11:01

Changes in EPPlus 8.6.0

Release is available on Nuget.org per 20260529 : https://www.nuget.org/packages/EPPlus/

8.6.0

Choose a tag to compare

@JanKallmanJanKallman released this 29 May 07:32

Release is available on Nuget.org per 20260529 : https://www.nuget.org/packages/EPPlus/

8.5.4

Choose a tag to compare

@JanKallmanJanKallman released this 30 Apr 08:25

8.5.4

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260416 : https://www.nuget.org/packages/EPPlus/

8.5.3

Choose a tag to compare

@JanKallmanJanKallman released this 16 Apr 10:31

8.5.3

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260416 : https://www.nuget.org/packages/EPPlus/

8.5.2

Choose a tag to compare

@JanKallmanJanKallman released this 16 Apr 09:07

8.5.2

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260330 : https://www.nuget.org/packages/EPPlus/

8.5.1

Choose a tag to compare

@JanKallmanJanKallman released this 30 Mar 14:07

8.5.1

Minor bug fixes.

See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues

8.5.0

Minor features.

  • Added CancellationToken to Calculate - see Cancelling a calculation.
  • Added property ValueFromCellsRange and the SetValueFromCellsRange method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Release is available on Nuget.org per 20260330 : https://www.nuget.org/packages/EPPlus/

8.5.0

Choose a tag to compare

@JanKallmanJanKallman released this 06 Mar 11:29

Minor features.

  • Added ´CancellationToken´ to Calculate - see Cancelling a calculation.
  • Added property ´ValueFromCellsRange´ and the ´SetValueFromCellsRange´ method to data labels on chart series.
  • Improved performance for SUMIFS, AVERAGEIFS, COUNTIFS.
  • Improved performance for formula calculation with full column references (e.g. A:A, $B:$B).

Minor bug fixes.

See Minor features and fixed issues. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
Release is available on Nuget.org per 20260306 : https://www.nuget.org/packages/EPPlus/