Can you post some of your code that is generating the rows? At first glance it looks like you're using too small of a variable type (not enough bits).

On 5/1/2014 8:21 AM, Ram Kumar wrote:
This is my first question in this forum, as I am pretty new to this forum.

I have been using Apache POI package for more than 3 years now but I havent
used it for generating a huge excel reports. We were just generating the
reports in hundreds before.

Currently I am trying to generate a huge report of approx 70000 row, but
I am getting the below error.

Invalid row number (-32768) outside allowable range (0..1048575)
java.lang.IllegalArgumentException: Invalid row number (-32768) outside
allowable range (0..1048575)
        at org.apache.poi.xssf.usermodel.XSSFRow.setRowNum(XSSFRow.java:323)
        at org.apache.poi.xssf.usermodel.XSSFSheet.createRow(XSSFSheet.java:412)

how to solve it kindly help me.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Exception-tp5715552.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to