https://bz.apache.org/bugzilla/show_bug.cgi?id=63539
Bug ID: 63539
Summary: setColumnGroupCollapsed(int columnNumber, boolean
collapsed):this method doesn't work
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I want to create groupColumn and I need the group will be expanded.
and the code like this:
XSFFSheet.groupColumn(4, 9);
XSFFSheet.setColumnGroupCollapsed(4, false);
the result should be expand about these columns,but it's not.It's still
collapsed.
--
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]