]> source.dussan.org Git - poi.git/commit
Fix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly
authorNick Burch <nick@apache.org>
Tue, 24 Mar 2009 16:07:49 +0000 (16:07 +0000)
committerNick Burch <nick@apache.org>
Tue, 24 Mar 2009 16:07:49 +0000 (16:07 +0000)
commit8200f5d98955b0dd6513d48f4fb82197329655fb
treeb7a0373c0a1c14d1ec115ac8594b45f3f1f09a0c
parentd9590e0e20dfa4f74f3fed9c7fb806f0a21e4d63
Fix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757873 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/OldExcelFormatException.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java
src/java/org/apache/poi/poifs/storage/BlockListImpl.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java