https://issues.apache.org/bugzilla/show_bug.cgi?id=53582

          Priority: P2
            Bug ID: 53582
          Assignee: [email protected]
           Summary: sheet.setRowGroupCollapsed(rowStart, true) adds extra
                    blank row to bottom of sheet
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: XSSF
           Product: POI

if calling sheet.setRowGroupCollapsed(rowStart, true) after each groping
rowGroup(rowStart, rowEnd) there is a blank row added to the end of the sheet.

so if you group ie. 500 rows by 5 rows you will have 100 empty rows at the
bottom of the sheet. 

if the  sheet.setRowGroupCollapsed(rowStart, false) is set to false it doesn't
add the empty row.

this doesn't happen while using HSSF.

reg,
richard

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to