https://issues.apache.org/bugzilla/show_bug.cgi?id=47199
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Josh Micich <[email protected]> 2009-05-15 11:11:48 PST --- Another bug besides bug 46840 was fixed recently: bug 46953. That fix was made on May 11, and if you were running that code, it would be impossible to get that exception from line 241. In the most recent version of Sheet.java (since May 11) this exception would have been thrown from line 236: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/model/Sheet.java?annotate=773438 The top pair of frames in your stacktrace is matched by revisions 757520 to 773411 (Mar 23 bug 46840 - May 11 bug 46953) I am closing this bug on the assumption that that you're running a slightly older version of POI than May 14. If you experience a similar problem please re-open with the new details. Nightly builds can be found here http://encore.torchbox.com/poi-svn-build/ The fix for bug 46953 found from this file: poi-source-3.5-beta6-20090511.zip onwards. Thanks for doing the extra investigation using BiffViewer. I am guessing that the changes Excel made to the TABIDs is unrelated to your problem. Hopefully you don't need to troubleshoot further, but if Excel 'fixed' the file for your problem, it's likely that it shuffled a few records around, and that information would be interesting. If you pipe the BiffViewer output through "grep Offset=0x", that will extract only the record headers. The resulting file will not have any proprietary data, but the ordering of biff records will be preserved and that would be enough to diagnose this bug. *** This bug has been marked as a duplicate of bug 46953 *** -- 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]
