EPPlus v7.0.2
Released: Nov 23, 2023
Updates in v7.0.2
Fixes
- External references did not work correctly in the VLOOKUP function.
- Table addresses sometimes returned an incorrect address in formula calculation.
- Empty arguments were not handled correctly in the Unique, Sort and SortBy functions.
- Corrected behavior for comparisons between null values and empty strings in range operators.
- Fixed a bug where adding the same image to a worksheet twice with the same path resulted in a null reference.
- Resolved workbooks becoming corrupt when setting ShowTotalRow on tables to true, if data existed on the row below the table. The row will now be overwritten by the total row.
- Tab-characters in Richtext's are now decoded correctly.
- Last character of RichText.Text were truncated under Linux.
- LoadFromCollection: support for SortOrder attribute on nested classes.
- LoadFromCollection: support for Dictionary properties.