Jan Källman

Results 49 issues of 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,...

bug

Update Microsoft.Extensions.Configuration.Json to fix vulnerability in System.Text.Json

dependencies

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

enhancement

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.

enhancement

Digitally signing workbooks and add a signature line drawings

enhancement

When inserting cells using `ExcelRangeBase.Insert(eShiftTypeInsert.Right)`, EPPlus fails if the insert is on a page in the cellstore after the last row.

bug

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.