EPPlus v7.3.1
Released: Sep 5, 2024
v7.3.1 中的更新
修补程序
- Fixed duplication of conditional formatting which could occur on repeated saves in some cases.
- Fixed issues with Boolean values in functions COUNTIFS, SUMIFS and AVERAGEIFS.
- ExcelWorksheet.DimensionByValue sometimes gave an incorrect address.
- EPPlus crashed on loading a workbook, if style Fills contained less than 2 items.
- ExcelRange.Insert did not shift formula address on other worksheets.
- The formula tokenizer failed when having a minus before an Error value (i.e. #REF) in some cases.
- Accessing PivotTables when "Save source data with file" was off caused a NullReferenceException.
- The Dec2Hex, Dec2Oct and Dec2Bin functions rounded values instead of truncating them.