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 2013/03/25 19:14:53 UTC

[Bug 54751] New: Add levels to groupRow

https://issues.apache.org/bugzilla/show_bug.cgi?id=54751

            Bug ID: 54751
           Summary: Add levels to groupRow
           Product: POI
           Version: 3.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: chrisdreams13@hotmail.com
    Classification: Unclassified

Created attachment 30102
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30102&action=edit
Group row multilevel

I need to show my information into different row levels using the function
groupRow 

sheet.groupRow( 0, 5 )
sheet.groupRow( 1, 4 )
sheet.groupRow( 2, 3 )

-0
--1
---2
---3
--4
-5


Actually all rows have the same group in the first level
Expected behavior in the attachment

-- 
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