Once you have removed the row, you need to shift the positions of the remaing rows. Take a look at the shiftRows() methods defined on the HSSFSheet class. Further, there is an example here http://poi.apache.org/spreadsheet/quick-guide.html#ShiftRows
Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Remove-rows-from-excel-tp3414141p3414215.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]
