EPPlus v7.4.0
Released: Oct 2, 2024
v7.4.0 버젼 업데이트
기능
- 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:
수정사항
- Loading a VML drawing without the Anchor element caused EPPlus to throw an Exception.
- Removed unused classes ParsingScope and ParsingScopes and the interface IParsingLifetimeEventHandler.