Released: Nov 28, 2025
v8.3.1 中的更新
修補程式
- Fixed issue using an array as denominator when first value is 0 it returns a single '#DIV0' error.
- Fixed issue where the 'FILTER' function did not work correctly when filtering on columns.
- Fixed issue when functions that contain an "internal lambda" were called inside another function, the calling function failed in some cases.
- Fixed issue in XLOOKUP where the argument [ifnotfound] was incorrectly converted to a string when no match was found.
- Fixed issue where charts in Chart sheets throw...
Released: Nov 20, 2025
v8.3.0 中的更新
特性
External Connections and Query Tables
- Added support for adding external connections and query tables.
- Supports adding, updating and removing connections:
- Power query connections.
- Database connections.
- OLAP connections.
- Web connections.
- Text connections.
- Supports adding, updating and removing range and table query tables.
- Supports adding pivot tables with external connections as source.
- Added 3 new functions: 'PERCENTOF', 'VALUETOTEXT' and 'BASE'.
修補程式
- Fixed issue where 'RichText.Clear' caused...
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...
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...
Released: Sep 9, 2025
v8.1.1 中的更新
特性
- Performance for getting and setting the value of cells that had no styling or value was drastically improved via caching.
- An array of values can no longer be set to a single cell. Instead, the first value in the array is assumed to be the intended value.
修補程式
- Fixed issue where the 'SUMIF', 'SUMIFS', and 'AVERAGEIF' functions could return invalid addresses in the dependency chain, causing some dependent cells not to recalculate correctly.
- Fixed issue where 'RichText.HtmlText' returned...
Released: Aug 15, 2025
v8.1.0 中的更新
特性
- Added support for adding Shapes and Pictures to charts using the ExcelChartStandard.Drawings collection.
- Added a new interface for styling headers and footers more easily.
- Added the ability to change chart axis type on standard charts using the ChangeAxisType(eAxisType). Mainly intended to change between value- and date- axis, used to change the axis appearance.
- Added several new methods to the ExcelNamedRange class to change its value between a range, formula or a fixed value.
- Added...
Released: Jul 22, 2025
v8.0.8 中的更新
特性
- Removed usage of reflection in VBA modules to improve AOT support.
修補程式
- Fixed issue regarding FileLoadException due to System.Memory referenced by RecyclableMemoryStream.
- Fixed issue where conditional formatting could cause invalid XML due to not using InvarianCulture when setting the numeric values.
- Fixed issue where ExcelRangeBase - LoadFromCollection/LoadFromDataTable sometimes cleared formulas outside the range.
- Fixed issue where the OFFSET function did not set height or width from...
Released: Jul 2, 2025
v8.0.7 中的更新
特性
- Added validation for number formats (brackets) during formula calculation. Also affects the Range.Text property.
- The ROUND function now rounds to a better precision.
修補程式
- Fixed REF errors in the OFFSET function.
- Fixed issue where the wrong data type is returned from Bin2Hex function (Decimal->String).
- Fixed issue where custom icon sets with 4 or more icons sometimes becoming a 3 icon set.
- Fixed issues in SORT, SUMIFS and LEFT with dynamic arrays.
- Fixed issue where the ANCHORARRAY function...
Released: Jun 18, 2025
v8.0.6 中的更新
特性
- Added support for including new items in manual filter for pivot table when refreshing a cache.
- Changed to use "PackageLicenseExpression" in the NuGet package.
- The SORT function now works more like Excel. The function now orders the results with matching values after their original sorting.
修補程式
- Fixed issue where ExcelRangeBase.LoadFromDataTable sometimes cleared data outside the loaded range.
- Fixed issue where IFERROR did not handle arrays in the second argument correctly.
- Fixed issue where...
Released: May 15, 2025
v8.0.5 中的更新
修補程式
- Fixed an issue with external links not getting saved in EPPlus 8.0.4.