Package | Description |
---|---|
org.apache.poi.ss.formula.functions |
Modifier and Type | Class and Description |
---|---|
class |
DAverage
Implementation of the DAverage function:
Gets the average value of a column in an area with given conditions.
|
class |
DCount
Implementation of the DCount function:
Counts the number of numeric cells in a column in an area with given conditions.
|
class |
DCountA
Implementation of the DCountA function:
Counts the number of non-blank cells in a column in an area with given conditions.
|
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 |
DProduct
Implementation of the DProduct function:
Gets the product value of a column in an area with given conditions.
|
class |
DStdev
Implementation of the DStdev function:
Gets the standard deviation value of a column in an area with given conditions.
|
class |
DStdevp
Implementation of the DStdevp function:
Gets the standard deviation 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.
|
class |
DVar
Implementation of the DVar function:
Gets the variance value of a column in an area with given conditions.
|
class |
DVarp
Implementation of the DVarp function:
Gets the variance value of a column in an area with given conditions.
|
Modifier and Type | Method and Description |
---|---|
IDStarAlgorithm |
DStarRunner.DStarAlgorithmEnum.newInstance() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.