#61765 Another HSSF Workbook name found from (unknown) third party software produced files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-12-11 19:52:53 +00:00
parent 50ffe0de32
commit 2ed2aa504d
1 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ public final class InternalWorkbook {
"Workbook", // as per BIFF8 spec
"WORKBOOK", // Typically from third party programs
"BOOK", // Typically odd Crystal Reports exports
"WorkBook", // Another third party program special
};
/**
* Name of older (pre-Excel 97) Workbook streams, which
@ -2280,4 +2281,4 @@ public final class InternalWorkbook {
public WorkbookRecordList getWorkbookRecordList() {
return records;
}
}
}