Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 65159 invoked from network); 27 Apr 2006 16:50:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 16:50:38 -0000 Received: (qmail 51013 invoked by uid 500); 27 Apr 2006 16:50:35 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 50993 invoked by uid 500); 27 Apr 2006 16:50:35 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 50979 invoked by uid 99); 27 Apr 2006 16:50:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 09:50:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-poi-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 09:50:34 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FZ9go-0001vY-Io for poi-user@jakarta.apache.org; Thu, 27 Apr 2006 18:50:02 +0200 Received: from sjce-dmzweb-ce1.cisco.com ([128.107.236.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Apr 2006 18:50:02 +0200 Received: from bwaldiya by sjce-dmzweb-ce1.cisco.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Apr 2006 18:50:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: poi-user@jakarta.apache.org From: Birendar Singh Waldiya Subject: Re: ArrayIndexOutOfBoundsException when reading custom properties Date: Thu, 27 Apr 2006 16:43:09 +0000 (UTC) Lines: 12 Message-ID: References: <1143744816.8547.13.camel@heike.rainer-klute.de> <200604031510.IAA03822@ca.sandia.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 128.107.236.186 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi , Probably you are gettign this error because the xls you are trying to read is exceedign the array size you are providing this happens when you just cupy and deled some cell without removing hten form xls just copy same data you are trying to read in a clean new xls dont write anything else anywhere except the data you want to read. you will know the cause of problem Birenadar S Waldiya --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/