Jan Källman
Jan Källman
Fixes issue #1645
Fix for issue #1646
Pivot tables with a page field, item filter or a slicer adds new items as visible when refreshing the pivot table. Excel keeps the filter when refreshing the pivot table,...
Update Microsoft.Extensions.Configuration.Json to fix vulnerability in System.Text.Json
* Add multi-treading support in ExcelRange and ExcelStyles classes. Also see #894 * Add multi-threading in the formula calculation. Also see https://github.com/orgs/EPPlusSoftware/projects/2 * Use the new .NET 9 `Lock` statement...
Add support for Sensitivity labels and the encryption needed to support it. An SendsitivityLabelHandler will be added to to integrate with the Microsoft MIPS API.
When inserting cells using `ExcelRangeBase.Insert(eShiftTypeInsert.Right)`, EPPlus fails if the insert is on a page in the cellstore after the last row.
Pivot table's should handle DBNull and null values as the same.
IfError does not handle arrays in the second argument correctly if the arrays differs in size in arg1 and arg2.