]> source.dussan.org Git - poi.git/commit
Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments...
authorNick Burch <nick@apache.org>
Wed, 20 Feb 2008 18:14:30 +0000 (18:14 +0000)
committerNick Burch <nick@apache.org>
Wed, 20 Feb 2008 18:14:30 +0000 (18:14 +0000)
commit5f2db43b4dcb73042367e1311b67d67b6cf48eea
tree79154223572c5d6fc2c0bc57806422feab402ce8
parentca243602bb63c13adf0cc71184273289f3db6384
Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments to the Mid function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629552 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hslf/index.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/EvaluationException.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/OperandResolver.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mid.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestMid.java [new file with mode: 0755]