mirror of https://github.com/apache/poi.git
#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:
parent
50ffe0de32
commit
2ed2aa504d
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue