Skip to content

Commit edc56d7

Browse files
committed
EPPlus version 5.8.6
1 parent 119c4d3 commit edc56d7

File tree

5 files changed

+259
-243
lines changed

5 files changed

+259
-243
lines changed

docs/articles/fixedissues.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Features / Fixed issues - EPPlus 5
2+
## Version 5.8.6
3+
### Fixed issues
4+
* Rounding functions now returns 0 when referencing empty cells
5+
* Copying elements in vml files caused attributes to lose there name space and create a duplicate.
6+
* Removed most fonts from the FontSize class and lazy-load them when needed to avoid memory spikes.
7+
* Pie chart with horizontal serie direction did not use different colors when the VaryColors property was set.
8+
* ExcelWorksheet.Dimension didn't correctly determine sheet dimension if data resides on last excel row.
9+
* Hyperlinks referencing multiple cells was only loaded for the first cells in a range.
10+
* Improve SUBTOTAL handling of cells hidden by filters.
211

312
## Version 5.8.5
413
### Minor Features.

0 commit comments

Comments
 (0)