Package | Description |
---|---|
org.apache.poi.ss.formula.eval | |
org.apache.poi.ss.formula.functions |
Modifier and Type | Class and Description |
---|---|
class |
ConcatEval |
class |
IntersectionEval |
class |
RangeEval |
class |
RelationalOperationEval
Base class for all comparison operator evaluators
|
class |
TwoOperandNumericOperation |
Modifier and Type | Class and Description |
---|---|
class |
Countif
Implementation for the function COUNTIF
|
class |
Delta
Implementation for Excel DELTA() function.
|
class |
Frequency
Implementation of Excel 'Analysis ToolPak' function FREQUENCY()
Returns a frequency distribution as a vertical array |
class |
Intercept
Implementation of Excel function INTERCEPT()
|
class |
LinearRegressionFunction
Base class for linear regression functions.
|
static class |
MatrixFunction.TwoArrayArg |
static class |
NumericFunction.TwoArg |
class |
Quotient
Implementation for Excel QUOTIENT () function.
|
class |
Rept
Implementation for Excel REPT () function.
|
class |
Roman
Implementation for Excel WeekNum() function.
|
class |
Slope
Implementation of Excel function SLOPE()
|
class |
Sumx2my2
Implementation of Excel function SUMX2MY2()
|
class |
Sumx2py2
Implementation of Excel function SUMX2PY2()
|
class |
Sumxmy2
Implementation of Excel function SUMXMY2()
|
class |
WeekNum
Implementation for Excel WeekNum() function.
|
class |
XYNumericFunction |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.