Showing posts with label Java Exception. Show all posts
Showing posts with label Java Exception. Show all posts

Thursday, August 16, 2012

Exception in thread "main" java.lang.IllegalArgumentException: Invalid row number (-32768) outside allowable range (0..65535)

Row row = sheet.createRow((short) r++);
 
 short-u int yaparsaniz duzelir.
 
Row row = sheet.createRow((int) r++);