Bug 63539 - setColumnGroupCollapsed(int columnNumber, boolean collapsed):this method doesn't work
Summary: setColumnGroupCollapsed(int columnNumber, boolean collapsed):this method does...
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-03 02:38 UTC by 李志杰
Modified: 2019-11-17 12:42 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 李志杰 2019-07-03 02:38:03 UTC
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.