]> source.dussan.org Git - poi.git/commit
Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory...
authorNick Burch <nick@apache.org>
Thu, 7 Feb 2013 21:53:07 +0000 (21:53 +0000)
committerNick Burch <nick@apache.org>
Thu, 7 Feb 2013 21:53:07 +0000 (21:53 +0000)
commitc5b2f7dc7f66cf07502e033aafaeaafd0210e885
tree32d4323534bae62df6329fd78ed5e55a5b52fdeb
parent76edd0fc3f510fee1ac1bb52dd0b9bc910625943
Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1443745 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/testcases/org/apache/poi/hssf/usermodel/AllUserModelTests.java
src/testcases/org/apache/poi/hssf/usermodel/TestNonStandardWorkbookStreamNames.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestUppercaseWorkbook.java [deleted file]
test-data/spreadsheet/BOOK_in_capitals.xls [new file with mode: 0644]