EPPlus v7.4.0

Released: Oct 2, 2024

Mises à jour de v7.4.0

Fonctionnalités

  • Added support for Conditional Formatting in Pivot tables via Pivot Areas.
  • Added support for multiple addresses in function arguments, i.e Sum((A1:A2,A4:A5)) should be handled as a single argument.
  • Added support for linked pictures in the ExcelDrawings.AddPicture method using the 'PictureLocation' argument.
  • Added new functions:
    • AREAS.
    • TDIST.

Correctifs

  • Loading a VML drawing without the Anchor element caused EPPlus to throw an Exception.
  • Removed unused classes ParsingScope and ParsingScopes and the interface IParsingLifetimeEventHandler.