https://issues.apache.org/bugzilla/show_bug.cgi?id=47229
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Josh Micich <[email protected]> 2009-05-21 15:04:31 PST --- Thanks for the hex dump - it made it easy to reproduce this error. This bug was manifested slightly differently on trunk (A very specific RecordFormatException instead of LeftoverDataException). Somehow you seem to be missing the fix for bug 44792 Fixed in svn r777275 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=777275 ) junit added The sample ExternalNameRecord seems to be a DDE link named '010672AT0 MUNI...'. Are you able to give a quick description of how to create a similar DDE link via the standard Excel GUI? Regarding your fix for RecordInputStream, this is something you should only ever apply locally (definitely not in production), knowing that POI may silently corrupt Excel files as a a result. This code used to be very lax, and many bugs reported here were actually obscure downstream effects of POI ignoring unread BIFF record data. -- 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]
