Return-Path: Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 92453 invoked from network); 30 Apr 2003 06:33:25 -0000 Received: from ppp-66-121-191-124.irf.com (HELO mail.irf.com) (66.121.191.124) by daedalus.apache.org with SMTP; 30 Apr 2003 06:33:25 -0000 Received: from INETDMN-Message_Server by mail.irf.com with Novell_GroupWise; Tue, 29 Apr 2003 23:32:45 -0700 Message-Id: X-Mailer: Novell GroupWise Internet Agent 5.5.7.1 Date: Tue, 29 Apr 2003 23:32:34 -0700 From: "William Wu" To: Subject: delete a row Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, Newbie question: How to delete a row from an excel sheet? removeRow(:HSSFRow) method of = HSSFSheet simply clears the content of the specified row. I could not find = a method like "deleteRow(rowNum:int)" that actually deletes the row. Am I = missing something or there's just no such method? Thanks, William