In the current development, there is a function in HSSFSheet called shiftRows that will move a group of rows up or down. I believe this is what you really want.
Shawn -----Original Message----- From: Divi, Sridhar [mailto:Sridhar.Divi@;tfn.com] Sent: Monday, November 04, 2002 4:06 PM To: '[EMAIL PROTECTED]' Subject: Want to delete a row ... Hi: I posted my question earlier and I think I may not have been very clear. I want to modify an Excel Document and save it after deleting (removing) some rows. I tried using HSSFSheet.removeRow(HSSFRow row). The row instead of disappearing, appears as a blank row in the resulting document. Am I missing something here? Thank you, Sridhar -- To unsubscribe, e-mail: <mailto:poi-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:poi-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:poi-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:poi-user-help@;jakarta.apache.org>
