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: [email protected]
          Reporter: [email protected]
    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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to