Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 53245 invoked from network); 11 May 2008 03:23:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 03:23:18 -0000 Received: (qmail 16980 invoked by uid 500); 11 May 2008 03:23:19 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 16951 invoked by uid 500); 11 May 2008 03:23:19 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 16940 invoked by uid 500); 11 May 2008 03:23:19 -0000 Delivered-To: apmail-jakarta-poi-dev@jakarta.apache.org Received: (qmail 16937 invoked by uid 99); 11 May 2008 03:23:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2008 20:23:19 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 03:22:34 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id D1E8B234C10C; Sat, 10 May 2008 20:22:54 -0700 (PDT) From: bugzilla@apache.org To: poi-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 24572] problem in reading Excel using Eventmodel API X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: josh@gildedtree.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: poi-dev@jakarta.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080511032254.D1E8B234C10C@brutus.apache.org> Date: Sat, 10 May 2008 20:22:54 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=24572 Josh Micich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Josh Micich 2008-05-10 20:22:54 PST --- ArrayIndexOutOfBoundsException is often thrown when POI is reading BIFF records. This may have been to reading an old (pre BIFF8) Excel file (hard to tell because there is no attachment). Alternatively, it may have been due to a bug in a record class. Version 2.0 is very old and many record classes have been fixed since then. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org