DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15305>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15305 Maximum rows in excel worksheet ------- Additional Comments From [EMAIL PROTECTED] 2002-12-12 13:06 ------- OK, here is the error message : Exception occurred during event dispatching: java.lang.OutOfMemoryError <<no stack trace available>> All I'm doing is populating 7000 rows : for(short i=1; i <= 7000; i++) { row = sheet.createRow( rowNum++ ); for(short j=0; j < iTotalColumns; j++ ) { row.createCell((short) j). setCellValue("" + jdbTable1.getValueAt(rowNum, j) + "" ); } } Hope this helps, thanks for the reply. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
