Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 89898 invoked from network); 16 Aug 2004 09:43:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 09:43:15 -0000 Received: (qmail 97773 invoked by uid 500); 16 Aug 2004 09:43:10 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 97737 invoked by uid 500); 16 Aug 2004 09:43:10 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 97712 invoked by uid 99); 16 Aug 2004 09:43:09 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,MSGID_FROM_MTA_HEADER X-Spam-Check-By: apache.org Received: from [202.54.124.151] (HELO rediffmail.com) (202.54.124.151) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 16 Aug 2004 02:43:07 -0700 Received: (qmail 460 invoked by uid 510); 16 Aug 2004 09:42:49 -0000 Date: 16 Aug 2004 09:42:49 -0000 Message-ID: <20040816094249.459.qmail@webmail6.rediffmail.com> Received: from unknown (202.56.255.38) by rediffmail.com via HTTP; 16 aug 2004 09:42:48 -0000 MIME-Version: 1.0 From: "janarthanankesavan" Reply-To: "janarthanankesavan" To: "POI Users List" Cc: "Tandon,Rishi\(Institutional Securities Management\)" , "Balaji Muniraja" Subject: Re: RE: Problem Content-type: multipart/alternative; boundary="Next_1092649368---0-202.54.124.151-454" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --Next_1092649368---0-202.54.124.151-454 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Rishi,=0AThanks for your swift reply.=0ACan you be bit elaborate?=0AMy t= est code:=0AHSSFRow row =3D sheet.getRow(2);=0AHSSFRow row2=3Dsheet.getRow(= 2);=0Afor (int c =3D 1; c <=3D row.getLastCellNum(); c++) {=0A=0A HSSF= Cell cell =3D row.getCell((short) c);=0A if( cell !=3D null && cell.ge= tStringCellValue() !=3D null){=0A =0A Object obj =3Dcell.getStri= ngCellValue();=0A test.add(obj); =0A =0A }=0A }=0A = =0A } catch (FileNotFoundException e) {=0A=0A e.printStackTrace();= =0A } catch (IOException e) {=0A=0A e.printStackTrace();=0A }=0A=0A = return test;=0A=0A }=0A=0AReg=0AJana=0A=09 --Next_1092649368---0-202.54.124.151-454--