EPPlus v8.2.1
Released: Oct 9, 2025
v8.2.1 버젼 업데이트
기능
- Added new method 'SetAutoTitle' to 'ExcelChartTitleStandard' to map chart titles on pivot charts to the pivot tables data fields.
- Added the possibility to provide the IConfiguration of the hosting application to the ExcelPackage constructor and/or the ExcelPackage.Configure method rather than EPPlus trying to read the config files directly for license information.
- Added cancellation tokens handing in the zip extract in the `ExcelPackage.LoadAsync` method. EPPlus will now throw an `OperationCanceledException` if the operation is cancelled.
수정사항
- The pivot tables 'conditionalFormatting' element was not removed if all conditional formatting’s were cleared, causing a corrupt workbook.
- The function NETWORKDAYS.INTL rounded incorrectly if the date contained a time part.