]> source.dussan.org Git - poi.git/commit
added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607
authorYegor Kozlov <yegor@apache.org>
Wed, 19 Jan 2011 12:30:18 +0000 (12:30 +0000)
committerYegor Kozlov <yegor@apache.org>
Wed, 19 Jan 2011 12:30:18 +0000 (12:30 +0000)
commitddf6cf7fec44416b8fb1dd8ac6b5913c32edfe40
tree92cd86841b26cb0d017b5738f2c13a38dff63db5
parent3bd05156fde714c9642dc471d62b2af60bbd241a
added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1060788 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Address.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/TextFunction.java
src/testcases/org/apache/poi/ss/formula/functions/AllIndividualFunctionEvaluationTests.java
src/testcases/org/apache/poi/ss/formula/functions/TestAddress.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestClean.java [new file with mode: 0644]