Bug 61765 - [PATCH] add "WorkBook" to WORKBOOK_DIR_ENTRY_NAMES
Summary: [PATCH] add "WorkBook" to WORKBOOK_DIR_ENTRY_NAMES
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.17-FINAL
Hardware: All All
: P2 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-15 09:19 UTC by Robert Blank
Modified: 2017-12-11 19:53 UTC (History)
0 users



Attachments
SVN Patch File (624 bytes, patch)
2017-11-15 09:19 UTC, Robert Blank
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.