https://issues.apache.org/bugzilla/show_bug.cgi?id=46918
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #5 from Josh Micich <[email protected]> 2009-03-31 14:18:42 PST --- Axel supplied me with the hex of the offending ExtendedPivotTableViewFieldsRecord: 00 01 0A 00 1E 14 00 0A FF FF FF FF 00 00 This is 10 bytes shorter than POI was expecting (existing test cases have 20 bytes of data in this record). The 10 byte format is probably from earlier Excel versions (perhaps 97) POI now reads both formats of this record. Fixed in svn r760464 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=760464 ) junit added -- 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]
