EPPlus v8.0.2

Released: Apr 16, 2025

Aggiornamenti in v8.0.2

Correzioni

  • The CHOOSECOLS and CHOOSEROWS functions did not support ranges as a row/col selection argument.
  • When reading a string with '_xb36' from a cell, a string error was returned.
  • Pivot selection in the worksheet view was not removed when a pivot table was refreshed, causing the pivot table to become corrupt.
  • The SUMIFS and COUNTIFS functions did not consider the criteria range when checking for circular references.
  • Copying a cell after deleting and adding a comment sometimes caused an exception.
  • The LET function did not handle multiple table style addresses as arguments.
  • Setting the Display attribute without setting the Order attribute in LoadFromCollection caused an exception.
  • Setting TabColor to Color.Empty now removes the TabColor.
  • ExcelParagraph.Text threw an ArgumentOutOfRangeException if the text was empty.
  • Copy shared formulas did not update addresses to the new worksheet position.
  • Removed base class from ExcelVmlDrawingPosition and with that the Load, UpdateXml, methods and the RowOff and ColOff as they were duplicates.