]> source.dussan.org Git - poi.git/commit
Fix for bug #42844 - Include some of the crazy continue record handling that we have...
authorNick Burch <nick@apache.org>
Thu, 23 Aug 2007 18:20:39 +0000 (18:20 +0000)
committerNick Burch <nick@apache.org>
Thu, 23 Aug 2007 18:20:39 +0000 (18:20 +0000)
commit3b36ffbea10060651228edbef9a3f2b145ebb20c
treebf85bfe707546424859772836767f8ec35a57bb2
parent8dbf0880aeedbf82b73a454d3b644352d1f97b41
Fix for bug #42844 - Include some of the crazy continue record handling that we have in RecordFactory into HSSFEventFactory, so that we can handle when records aren't immediately followed by their continue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569101 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/eventusermodel/HSSFEventFactory.java
src/testcases/org/apache/poi/hssf/data/ContinueRecordProblem.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/eventusermodel/TestHSSFEventFactory.java [new file with mode: 0644]