Bug 8949

Summary: [PATCH] Interpret row number as unsigned short
Product: POI Reporter: Craig Kelley <craig>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to treat row number as an unsigned short via an int

Description Craig Kelley 2002-05-09 21:45:38 UTC
Row number is not interpreted as unsigned short so only 32768 rows can be read.
With this patch the row number is interpreted as an unsigned short allowing
65536 rows to be read.
Comment 1 Craig Kelley 2002-05-09 21:47:20 UTC
Created attachment 1828 [details]
Patch to treat row number as an unsigned short via an int
Comment 2 Andy Oliver 2002-05-10 02:59:01 UTC
That was a great patch -- the only thing it missed was you should have added
yourself as an @author on every class.  Please submit another patch with that
and we'll happily apply it.  Thanks for contributing!  

PS -- We can get more rows I believe if someone can work out how relative row
numbers work.

Note -- this is set to 2.0 -- it causes API changes so it can't go in 1.5.1  --
 bummer.

-Andy