Skip to content

8.7.1

Latest

Choose a tag to compare

@JanKallman JanKallman released this 22 Sep 11:31

8.7.1

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

Minor Features in 8.7

  • 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.

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