Bug 29992 - opening an excel workbook fails
Today I was given a task to load data from a MS Excel spreadsheet, which is quite complicated itself, containing multiple worksheets, some of them hidden, with data cells related one another and cell validations and cell comments.
I searched the web for a good Java API to access MS spreadsheet and of course found Jakarta POI. When I tried to load this file using POI, it failed spectacularly. Through some debugging, I found that the cause was an unknown record type 93. The bug has actually been reported to ASF Bugzilla but was closed because the reporter did not attach the spreadsheet in problem, probably because of some confidentiality issue.
I have been deleted data from the original spreadsheet and come to a very basic one that did not cause any problem. I'm trying to add things back to recreate the problem and reopen the bug and attach the spreadsheet with company secrets removed.
The URL of the bug:
Bug 29992 - opening a excel workbook fails
I searched the web for a good Java API to access MS spreadsheet and of course found Jakarta POI. When I tried to load this file using POI, it failed spectacularly. Through some debugging, I found that the cause was an unknown record type 93. The bug has actually been reported to ASF Bugzilla but was closed because the reporter did not attach the spreadsheet in problem, probably because of some confidentiality issue.
I have been deleted data from the original spreadsheet and come to a very basic one that did not cause any problem. I'm trying to add things back to recreate the problem and reopen the bug and attach the spreadsheet with company secrets removed.
The URL of the bug:
Bug 29992 - opening a excel workbook fails