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 2006/10/31 18:36:03 UTC

DO NOT REPLY [Bug 40853] New: - Some of the outlines are collapsed, some of them are not

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40853>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40853

           Summary: Some of the outlines are collapsed, some of them are not
           Product: POI
           Version: 2.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: fulgutza@yahoo.com


I've created two outlines and I'm trying to collapse both of them, but
only one is collapsed, the other one remains expanded. Both outlines have the
same starting row, but the ending row is different. I dont know what the problem
might be. I tried to give as parameter to the HssfShhet.setRowGroupCollapsed
different rows from those groups, but the problem remains.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/


DO NOT REPLY [Bug 40853] - Some of the outlines are collapsed, some of them are not

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40853>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40853


mspeder@syrtis.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.5                         |3.0




------- Additional Comments From mspeder@syrtis.net  2007-12-17 17:49 -------
I confirm the issue.
Problem is in collapseRow in RowRecordsAggregate.java .
findStartOfRowOutlineGroup finds the first row with the same level of grouping
as the input rowNumber.
But when writeHidden is called later on, only the first row is passed as
argument and so the orginal row level is now longer available. So writeHidden
only works on the inner group.
Apparently the same issue exists with columns grouping when inner and outer
groups have the same start column.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org