On Thu, 1 May 2014, Ram Kumar wrote:
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)
Without code it's hard to be sure, but my hunch is that you're passing in
a short to createRow. Make sure you use an int!
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]