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

            Bug ID: 57459
           Summary: [PATCH] Add method to directly set row OutLineLevel
           Product: POI
           Version: 3.11-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 32377
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32377&action=edit
add setRowOutlineLevel method

Currently, SXSSFSheet.groupRow is the only way to create a row group. 
Unfortunately, it requires that all the rows for the entire group to be in the
row access window.  This is not possible in my case (insufficient memory to
keep that many rows in memory).

This is a simple API addition to allow programmers to directly set the row
outline level, as the rows are created.

Since I do not really know Java, this is very simple code - mostly
copy-and-paste from related parts of the same file.

Thanks,
Justin

-- 
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