You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2019/07/03 02:38:03 UTC

[Bug 63539] New: setColumnGroupCollapsed(int columnNumber, boolean collapsed):this method doesn't work

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: dev@poi.apache.org
          Reporter: 1149433954@qq.com
  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 63539] setColumnGroupCollapsed(int columnNumber, boolean collapsed):this method doesn't work

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63539

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org