Uses of Interface
org.apache.poi.ss.formula.functions.IDStarAlgorithm
-
Packages that use IDStarAlgorithm Package Description org.apache.poi.ss.formula.functions -
-
Uses of IDStarAlgorithm in org.apache.poi.ss.formula.functions
Classes in org.apache.poi.ss.formula.functions that implement IDStarAlgorithm Modifier and Type Class Description class
DGet
Implementation of the DGet function: Finds the value of a column in an area with given conditions.class
DMax
Implementation of the DMax function: Finds the maximum value of a column in an area with given conditions.class
DMin
Implementation of the DMin function: Finds the minimum value of a column in an area with given conditions.class
DSum
Implementation of the DSum function: Finds the total value of matching values in a column in an area with given conditions.Methods in org.apache.poi.ss.formula.functions that return IDStarAlgorithm Modifier and Type Method Description IDStarAlgorithm
DStarRunner.DStarAlgorithmEnum. newInstance()
-