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.