Skip to content

Commit a70f341

Browse files
committed
EPPlus version 8.4.0
1 parent aac341e commit a70f341

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/articles/fixedissues.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
## Version 8.4.0
33
### Features
44
* Added targeting framework .NET 10.
5-
Fixed issues
5+
### Fixed issues
66
* Fixed an issue where the DATEDIF function returned incorrect results for the number of months.
77
* Fixed an issue where EPPlus incorrectly evaluated the expression TRUE=1 as TRUE instead of FALSE.
88
* Resolved various issues in CEILING, ISOCEILING, CEILING.PRECISE, CEILING.MATH and FLOOR, FLOOR.PRECISE, FLOOR.MATH functions, especially when handling negative multiples.
99
The TIME function was previously limited to the range 00:00:00–23:59:59. It now behaves similar to Excel, supporting overflow and negative values.
1010
* Fixed an issue where the TIME function did not handle array input correctly.
11-
* Chart style manager resetted the color cycling of series, when using multiple chart types or secondary axis.
12-
* Direct input of errors like #DIV/0, #NAME?, #NULL! or #GETTING_DATA was not supported in formulas and arrays.
11+
* Chart Style Manager reset the series color cycle when multiple chart types or a secondary axis were used.
12+
* Direct input of errors like #DIV/0!, #NAME?, #NULL! or #GETTING_DATA was not supported in formulas and arrays.
1313
* ISBLANK("") incorrectly returned true.
1414
* ERROR.TYPE returned a #VALUE! error when supplying a #DIV/0! error.
1515
* INDIRECT("") now returns a #REF! error.
@@ -22,6 +22,9 @@ Fixed issues
2222
* The CHOOSE function incorrectly returned error (i.e. #DIV/0!), if supplies as conditional arguments.
2323
* The UNICHAR function did return the correct character.
2424
* The TEXT function failed, if a null value was supplied as format argument.
25+
* VLOOKUP could fail to find an item in the cell if the first row was the header. Excel ignores header values in the binary search.
26+
* `ExcelRangeBase.DimensionByValue` returned the wrong range in rare cases.
27+
* `ExcelRangeBase.Richtext` caused a null `NullReferenceException` when it hade been disposed.
2528

2629
## Version 8.3.1
2730
* Using an array as denominator when first value is 0 returns a single ´#DIV0!´ error.

0 commit comments

Comments
 (0)