]> source.dussan.org Git - poi.git/commit
Support Excel files which contain a WORKBOOK entry, rather than the usual Workbook...
authorNick Burch <nick@apache.org>
Thu, 30 Nov 2006 16:15:55 +0000 (16:15 +0000)
committerNick Burch <nick@apache.org>
Thu, 30 Nov 2006 16:15:55 +0000 (16:15 +0000)
commitda9b705c5df569ac4d71be1aa8997d025cc3fdca
tree120d0684d5426899d152e70aedd5e36ab7630df2
parent925f724d4cc4f604694c7f7ac9ac78a7792ba7f6
Support Excel files which contain a WORKBOOK entry, rather than the usual Workbook one. Fixes bug 40840

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@480987 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/testcases/org/apache/poi/hssf/data/WORKBOOK_in_capitals.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestUppercaseWorkbook.java [new file with mode: 0644]