https://issues.apache.org/bugzilla/show_bug.cgi?id=47448
--- Comment #2 from Josh Micich <[email protected]> 2009-06-29 12:30:49 PST --- I am pretty sure that the file you have has non-zero padding bytes which was the cause for bug 46987. Unfortunately, the fix for that bug was in a different class (RecordFactory) and in your case the problem occurs in HSSFEventFactory/HSSFRecordStream. The problem is with record iteration boundary checking logic, and the ideal solution would be to refactor the existing code in RecordFactory so that HSSFEventFactory can use it too. You can re-save the file in Excel and that should correct the problem. This may be a work-around if you don't have too many files that are affected. -- 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]
