]> 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)
commit65e23c7ea96037f05422c810b60b35b7328a16e0
tree8e4c275fffbf1c0e87d7a2abddcf2516b8d6304d
parentf16296111b19f6bae2fbb552c282776c2d3af755
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]