]> source.dussan.org Git - poi.git/commit
Fixed special cases of INDEX function (single columns / single rows, and errors)
authorJosh Micich <josh@apache.org>
Tue, 9 Sep 2008 23:46:46 +0000 (23:46 +0000)
committerJosh Micich <josh@apache.org>
Tue, 9 Sep 2008 23:46:46 +0000 (23:46 +0000)
commit17357da8c90a22f1b424d529198b88933bea17ec
tree5eee55325d05b9769be26c04ad1b181a1a4521ab
parent17785ae568fda0a1a31f9343ae55f58f0c26e2b4
Fixed special cases of INDEX function (single columns / single rows, and errors)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693658 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/functions/Index.java
src/testcases/org/apache/poi/hssf/data/IndexFunctionTestCaseData.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java
src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndexFunctionFromSpreadsheet.java [new file with mode: 0644]