]> source.dussan.org Git - poi.git/commit
Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr...
authorJosh Micich <josh@apache.org>
Sat, 24 Oct 2009 00:41:30 +0000 (00:41 +0000)
committerJosh Micich <josh@apache.org>
Sat, 24 Oct 2009 00:41:30 +0000 (00:41 +0000)
commit46441487c7c454a68888c00053d6e3a86b75dfb1
tree8fd137b3a8e97a6e229ea7c2ad4d187fea829bb9
parentdb9e3cd754886e661273662282a9bafbdde1d91e
Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/eval/FunctionEval.java
src/java/org/apache/poi/hssf/record/formula/functions/Countblank.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/functions/TestCountFuncs.java
test-data/spreadsheet/countblankExamples.xls [new file with mode: 0644]