EPPlus v7.6.0
Released: Feb 6, 2025
v7.6.0 での更新項目
機能
- Added Microsoft .NET 9 as a target framework.
- Removed out of support frameworks - .NET 6 and .NET 7.
不具合の修正
- Fixed an issue handling formulas when sorting a range.
- Insert row in table caused corrupt workbook.
- A workbook could lose styles if the ExcelPackage.FullPrecision property was set.
- When copying a worksheet, drawings would be resized after inserting rows. This was caused by drawings being copied before styles and therefore drawings would not be aware of any styles.
- Set Active Tab did not work correctly, if 'CompatibilitySettings.IsWorksheet1Based' was set to true.
- Fixed "Part already exist" error when copying images between workbooks that already have images.
- Fixed another issue when copying ExcelPicture's between workbooks.
- Iteration of worksheets indexed incorrectly in rare cases. EPPlus now throws an InvalidOperationException, if the collection has been altered under an enumerable operation.