I'm trying to add rows to an existing xlsx using the SXSSFWorkbook and SXSSFSheet but it seems that sheet.getLastRowNum() always returns 0. However the existing xlsx is read, because if I force the rowNum in sheet.createRow(rowNum++) with the number of rows already in the sheet, the new xlsx contains the new rows appended to the existing ones. I've also tried with beta5. Thanks. Giuseppe.
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/getLastRowNum-returns-0-tp5710864.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
