mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
support empty field param for DCount
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb4ed0b87a
commit
ec43e18324
@ -41,8 +41,7 @@ public class TestDCount {
|
||||
HSSFCell cell = wb.getSheetAt(0).getRow(0).createCell(100);
|
||||
assertDouble(fe, cell, "DCOUNT(A5:E11,,A1:A2)", 3);
|
||||
assertDouble(fe, cell, "DCOUNT(A5:E11, \"Age\", A1:A2)", 2);
|
||||
//next one returns 0 in error
|
||||
//assertDouble(fe, cell, "DCOUNT(A5:E11, \"Age\", A1:F2)", 1);
|
||||
assertDouble(fe, cell, "DCOUNT(A5:E11, \"Age\", A1:F2)", 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user