Browse Source

#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
tags/REL_4_0_0_FINAL
Nick Burch 6 years ago
parent
commit
2ed2aa504d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/java/org/apache/poi/hssf/model/InternalWorkbook.java

+ 2
- 1
src/java/org/apache/poi/hssf/model/InternalWorkbook.java 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;
}
}
}

Loading…
Cancel
Save