#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
08e25fe46e
commit
8498e4d88c
@ -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
Block a user