You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/12/11 19:52:53 UTC

svn commit: r1817812 - /poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java

Author: nick
Date: Mon Dec 11 19:52:53 2017
New Revision: 1817812

URL: http://svn.apache.org/viewvc?rev=1817812&view=rev
Log:
#61765 Another HSSF Workbook name found from (unknown) third party software produced files

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java?rev=1817812&r1=1817811&r2=1817812&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java Mon Dec 11 19:52:53 2017
@@ -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;
     }
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org