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.