https://issues.apache.org/bugzilla/show_bug.cgi?id=57456
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dominik Stadler <[email protected]> --- The problem is caused by a SSTRecord that is not built correctly by Excel. According to the spec it should contain the number of strings overall in the file and the number of unique strings that then follow in the record. However in this case the number of strings overall is zero (which itself is not allowed per the spec) and the number of unique strings seems to be randomly set. So we try to read a random number of strings, which predictably fails. I have worked around this in r1659650 so that if the number of string overall is zero, the SST record is read as empty and thus parsing this file works. -- 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]
