dhatim / fastexcel

Generate and read big Excel files quickly
Other
643 stars 116 forks source link

Add support for summary cols above / to the left #406

Closed sz-blacky closed 2 months ago

sz-blacky commented 3 months ago

Add support for changing the location of the summary rows / columns for merged rows / columns. This is set on a worksheet level using two flags (summaryBelow and summaryRight) on an outlinePr element inside the sheetPr.

The PoiCompatibilityTest is also updated to validate the default value as well as checking that changing it in FastExcel results in a changed location as read by POI.