https://issues.apache.org/bugzilla/show_bug.cgi?id=47251
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from [email protected] --- Created attachment 31465 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31465&action=edit Similar issue for this file, Autogenerated This file is throwing a similar error for me. I am using poi-3.10-FINAL NOTE: the file has been obscured but whatever is causing the exception to be thrown is preserved, the same exception is being thrown before and after obfuscation. Also the file opens without complaint in excel, and opens fine with poi after resaving via excel. Here is the exception that is being thrown: Exception in thread "main" org.apache.poi.hssf.record.RecordInputStream$LeftoverDataException: Initialisation of record 0x1C left 2 bytes remaining still to be read. at org.apache.poi.hssf.record.RecordInputStream.hasNextRecord(RecordInputStream.java:156) at org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:231) at org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:480) at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:301) at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:95) at ExcelImporter.EditFileImportDialog.main(EditFileImportDialog.java:415) -- 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]
