Class Counta
java.lang.Object
org.apache.poi.ss.formula.functions.Counta
- All Implemented Interfaces:
Function
Counts the number of cells that contain data within the list of arguments.
Excel Syntax
COUNTA(value1,value2,...)
Value1, value2, ... are 1 to 30 arguments representing the values or ranges to be counted.
- Author:
- Josh Micich
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Counta
public Counta()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceFunction- Parameters:
args- the evaluated function arguments. Empty values are represented withBlankEvalorMissingArgEval, nevernull.srcCellRow- row index of the cell containing the formula under evaluationsrcCellCol- column index of the cell containing the formula under evaluation- Returns:
- The evaluated result, possibly an
ErrorEval, nevernull. Note - Excel uses the error code #NUM! instead of IEEE NaN, so when numeric functions evaluate toDouble.NaNbe sure to translate the result toErrorEval.NUM_ERROR.
-
subtotalInstance
-