Minor Features
- The
ExcelPackageSave functions now support saving as a template (.xltx, .xltm), see https://github.com/EPPlusSoftware/EPPlus/wiki/Save-as-template(.xltx,-.xltm). - Added support for
HideItemsWithNoDataon 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
DisableImageFunctionDownloadsproperty onExcelCalculationOption(default false) lets you turn off the outbound network request thatIMAGEmakes during calculation. When true,IMAGEreturns#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/