Hi It says your row number is negative. You may check whether you assigned an negative number to the variable, or the row number exceeds the max number the type(int?) can hold.
> On May 1, 2014, at 7:21, Ram Kumar <[email protected]> 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]
