Uses of Interface
org.apache.poi.ss.formula.functions.ArrayFunction
-
Packages that use ArrayFunction Package Description io.keikaiex.formula.fn ZK EL functions implementation that realize Keikai Spreadsheet formula functions.org.apache.poi.ss.formula.eval org.apache.poi.ss.formula.functions -
-
Uses of ArrayFunction in io.keikaiex.formula.fn
Classes in io.keikaiex.formula.fn that implement ArrayFunction Modifier and Type Class Description static classLookupAndReferenceFunctionImpl.Unique -
Uses of ArrayFunction in org.apache.poi.ss.formula.eval
Classes in org.apache.poi.ss.formula.eval that implement ArrayFunction Modifier and Type Class Description classRelationalOperationEvalBase class for all comparison operator evaluatorsclassTwoOperandNumericOperationclassUnaryMinusEvalclassUnaryPlusEval -
Uses of ArrayFunction in org.apache.poi.ss.formula.functions
Classes in org.apache.poi.ss.formula.functions that implement ArrayFunction Modifier and Type Class Description classBooleanFunctionHere are the general rules concerning Boolean functions: Blanks are ignored (not either true or false) Strings are ignored if part of an area ref or cell ref, otherwise they must be 'true' or 'false' Numbers: 0 is false.classChooseclassIfFuncImplementation for the Excel function IFclassLogicalFunctionImplementation of the various ISxxx Logical Functions, which take a single expression argument, and return True or False.classValueImplementation for Excel VALUE() function.
-