Skip to content

v8.7.0

Latest

Choose a tag to compare

@JanKallman JanKallman 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/