]> source.dussan.org Git - poi.git/commit
42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPtg encodi...
authorJosh Micich <josh@apache.org>
Tue, 6 May 2008 02:02:41 +0000 (02:02 +0000)
committerJosh Micich <josh@apache.org>
Tue, 6 May 2008 02:02:41 +0000 (02:02 +0000)
commit1a09f3e1dd61f71339e71fdfe548d88d48c82734
treea9ae206970223c0883f1712d5fdbbd2948eeae6f
parent8fede939e358f98b38156dc84a6896ea8b479151
42564 - fixed ArrayPtg to use ConstantValueParser.  Fixed a few other ArrayPtg encoding issues.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653668 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/constant/ConstantValueParser.java
src/java/org/apache/poi/hssf/record/constant/ErrorConstant.java
src/java/org/apache/poi/hssf/record/formula/ArrayPtg.java
src/java/org/apache/poi/hssf/record/formula/ArrayPtgA.java
src/java/org/apache/poi/hssf/record/formula/ArrayPtgV.java
src/testcases/org/apache/poi/hssf/record/formula/AllFormulaTests.java
src/testcases/org/apache/poi/hssf/record/formula/TestArrayPtg.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java