https://issues.apache.org/bugzilla/show_bug.cgi?id=47757
--- Comment #2 from Chris Lott <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
