]> source.dussan.org Git - poi.git/commit
New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead...
authorNick Burch <nick@apache.org>
Mon, 21 Jul 2008 09:34:08 +0000 (09:34 +0000)
committerNick Burch <nick@apache.org>
Mon, 21 Jul 2008 09:34:08 +0000 (09:34 +0000)
commit8eb4ea33e656d9481bed687962356f801e0259fe
treee5568c52151a3e0fd7d2c2124152400caa3dfbb8
parent8328fca856d6b8fc3665f8e297255c3dd5bbf177
New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead of the HSSF version, and the HSSF version inherits from

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@678374 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/spreadsheet/converting.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ddf/DefaultEscherRecordFactory.java
src/java/org/apache/poi/ddf/EscherBlipWMFRecord.java
src/java/org/apache/poi/ddf/EscherDggRecord.java
src/java/org/apache/poi/ddf/EscherSpgrRecord.java
src/java/org/apache/poi/ddf/EscherSplitMenuColorsRecord.java
src/java/org/apache/poi/ddf/EscherTextboxRecord.java
src/java/org/apache/poi/hssf/record/RecordFormatException.java
src/java/org/apache/poi/util/RecordFormatException.java [new file with mode: 0644]