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

          Priority: P2
            Bug ID: 53255
          Assignee: [email protected]
           Summary: Row Grouping Code Which Works in XSSF Produces Invalid
                    Excel in SXSSF
          Severity: critical
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8-dev
         Component: SXSSF
           Product: POI

Hello,

I have code that groups and collapses rows as shown below:

       sheet.groupRow(startGroup, endGroup);
       sheet.setRowGroupCollapsed(startGroup, true);

It works fine in XSSF, but if I change to SXSSF it produces an Excel workbook
that Excel claims is corrupt.

Very large workbooks is when both of these feature are most useful.

Thanks!

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

Reply via email to