Bug 46161

Summary: implemented setGroupColumnCollapsed() setGroupRowCollapsed()
Product: POI Reporter: Gisella Bronzetti <g.bronzetti>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.5-dev   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   
Attachments: patch to XSSFSheet
new patch

Description Gisella Bronzetti 2008-11-06 10:41:25 UTC
Created attachment 22834 [details]
patch to XSSFSheet

implemented setGroupColumnCollapsed() setGroupRowCollapsed() in XSSFSheet and fixed modifiedCellReference() method.

added test method and an example of how to group.
Comment 1 Gisella Bronzetti 2008-11-11 06:45:22 UTC
Created attachment 22854 [details]
new patch

added the Apache License in the example file. 
checked code identation
Comment 2 Nick Burch 2009-05-17 11:34:07 UTC
Thanks for this. I've had to make some changes to it before committing, as a few bits were using 1 based numbers when the method signature was 0 based, but hopefully it's all still working!

I've expanded out the tests a little more, so you might want to look at those, and make sure the full form is showing the results you'd expect (the results seem consistent, but I haven't used the API much, so I can't be sure they also make sense....)