You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/11/13 14:01:55 UTC

DO NOT REPLY [Bug 47757] Example code XLSX2CSV using event API

https://issues.apache.org/bugzilla/show_bug.cgi?id=47757

--- Comment #2 from Chris Lott <ap...@chris-lott.org> 2009-11-13 05:01:52 UTC ---
Created an attachment (id=24528)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24528)
Excel 2007 sheet with tiny shared-strings table that triggers failure

Eric Smith reports a bug in my ReadonlySharedStrings class that is revealed by
the attached spreadsheet.   He writes:

Eric Smith> Please see attached. The file has two seperate merged areas; 
Eric Smith> the one which has formatted text exposes the bug while the one 
Eric Smith> that contains just plain text works fine with the original code. 

The input has a single text cell that shows as one word in bold and two words
plain.  The XML version has two "t" elements.  The initial symptom of the
failure is an ArrayIndexOutOfBounds exception.  The exception is triggered when
my code treats the two "t" elements as separte entries; it needs to merge them
instead.

-- 
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