]> source.dussan.org Git - poi.git/commit
Fix for 43354 - made the formula evaluator capable of handling missing function arguments
authorJosh Micich <josh@apache.org>
Mon, 6 Oct 2008 19:13:41 +0000 (19:13 +0000)
committerJosh Micich <josh@apache.org>
Mon, 6 Oct 2008 19:13:41 +0000 (19:13 +0000)
commit3a2feafaa62f3087d4e0f6e34399738c0a8b7ddf
treeb9f562d57e644f91275ea1b694d8e44bc61137c4
parentf9adf67cffecf8beef18a63a6c6141d8a73880e9
Fix for 43354 - made the formula evaluator capable of handling missing function arguments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@702231 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/eval/MissingArgEval.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/functions/Count.java
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/testcases/org/apache/poi/hssf/record/formula/eval/AllFormulaEvalTests.java
src/testcases/org/apache/poi/hssf/record/formula/eval/TestMissingArgEval.java [new file with mode: 0644]