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.