Bug 61765

Summary: [PATCH] add "WorkBook" to WORKBOOK_DIR_ENTRY_NAMES
Product: POI Reporter: Robert Blank <robert.blank>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: critical    
Priority: P2    
Version: 3.17-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: SVN Patch File

Description Robert Blank 2017-11-15 09:19:02 UTC
Created attachment 35528 [details]
SVN Patch File

Hello,

I have a xls file, which POI cannot load/read, because its workbook entry is called "WorkBook". For now only "Workbook", "WORKBOOK" and "BOOK" is used.
It would be nice, if "WorkBook" could be added asap to the WORKBOOK_DIR_ENTRY_NAMES enum in InternalWorkbook.java

Btw. I do not know how this xls file was created and because of non-disclosure I can not provide it.

I attached a SVN patch file (created with Eclipse).
Comment 1 Nick Burch 2017-12-11 19:53:12 UTC
Thanks, applied in r1817812.