https://issues.apache.org/bugzilla/show_bug.cgi?id=55339
Bug ID: 55339
Summary: setRowGroupCollapsed not implemented
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: SXSSF
Assignee: [email protected]
Reporter: [email protected]
I am using SXSSF for generating excel sheets.
The method setRowGroupCollapsed has not yet been implemented in
SXSSFSheet.class:
public void setRowGroupCollapsed(int row, boolean collapse)
{
//_sh.setRowGroupCollapsed(row, collapse);
throw new RuntimeException("Not Implemented");
}
As a result, if I try to collapse rows, the excel sheet generated gives the
error message: "Excel found unreadable content".
--
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]