Bug 51431

Summary: createFreezePane IndexOutOfBoundException
Product: POI Reporter: helloworld922
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description helloworld922 2011-06-24 22:47:43 UTC
When you try to create a freeze pane at (0,0) (aka reset or remove the freeze pane), if there is no existing freeze or split pane an IndexOutOfBoundsException is thrown.

I've only tried this out with XSSF, possible the same issue could exist in HSSF.
Comment 1 Yegor Kozlov 2011-06-25 12:20:14 UTC
Fixed in r1139533

Yegor