]> source.dussan.org Git - poi.git/commit
Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before...
authorNick Burch <nick@apache.org>
Thu, 31 Jul 2014 13:31:01 +0000 (13:31 +0000)
committerNick Burch <nick@apache.org>
Thu, 31 Jul 2014 13:31:01 +0000 (13:31 +0000)
commit301624a4c22b37a37e34ed9042d63b5bb7b53da7
tree8e4c275fffbf1c0e87d7a2abddcf2516b8d6304d
parent07a56697013aa1f2c4319f8209daf7b6ab947ed8
Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614884 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/InternalSheet.java
src/java/org/apache/poi/hssf/model/RecordOrderer.java
src/java/org/apache/poi/hssf/record/EscherAggregate.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
test-data/spreadsheet/53984.xls [new file with mode: 0644]