You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/fixedissues.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
## Version 8.4.0
3
3
### Features
4
4
* Added targeting framework .NET 10.
5
-
Fixed issues
5
+
### Fixed issues
6
6
* Fixed an issue where the DATEDIF function returned incorrect results for the number of months.
7
7
* Fixed an issue where EPPlus incorrectly evaluated the expression TRUE=1 as TRUE instead of FALSE.
8
8
* Resolved various issues in CEILING, ISOCEILING, CEILING.PRECISE, CEILING.MATH and FLOOR, FLOOR.PRECISE, FLOOR.MATH functions, especially when handling negative multiples.
9
9
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.
10
10
* 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.
13
13
* ISBLANK("") incorrectly returned true.
14
14
* ERROR.TYPE returned a #VALUE! error when supplying a #DIV/0! error.
15
15
* INDIRECT("") now returns a #REF! error.
@@ -22,6 +22,9 @@ Fixed issues
22
22
* The CHOOSE function incorrectly returned error (i.e. #DIV/0!), if supplies as conditional arguments.
23
23
* The UNICHAR function did return the correct character.
24
24
* 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.
25
28
26
29
## Version 8.3.1
27
30
* Using an array as denominator when first value is 0 returns a single ´#DIV0!´ error.
0 commit comments