https://bz.apache.org/bugzilla/show_bug.cgi?id=60833
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO OS| |All --- Comment #1 from Javen O'Neal <[email protected]> --- Thanks for the bug report and including the problematic file. Before I spend time researching this, it would help us if you could answer a few questions. I'm assuming you get an exception (what exception class?) with the message "Initialisation of record 0x31 left 4 bytes remaining still to be read" when you open the workbook with > Workbook wb = WorkbookFactory.create(new File("buzhengc.xls")); If not, please include a stack trace and sample code so that we can reproduce the problem. What version of POI are you using? Is there anything written to stderr or the POILogger, that would suggest why we were 4 bytes short? Does this file open without any errors in Microsoft Excel or other spreadsheet application? If so, what version? Thanks in advance for the info. -- 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]
