EPPlus v8.2.0
Released: Sep 24, 2025
v8.2.0 버젼 업데이트
기능
- Added new properties: TabRatio, Visibility, and FirstSheet to the ExcelWorkbookView class.
- Added support for 8 new LAMBDA-based functions in workbook calculations. See Using LAMBDA functions for details:
- LAMBDA
- MAKEARRAY
- SCAN
- MAP
- REDUCE
- BYROW
- BYCOL
- ISOMITTED
- Support for defining LAMBDA functions via defined names.
수정사항
- The GETPIVOTDATA function sometimes returned an incorrect #REF error.
- The Underline property of the ExcelComment.Font object incorrectly returned false when it should have returned true.
- The FreezePanes function did not handle hidden rows correctly in all cases.