Package | Description |
---|---|
org.apache.poi.ss.formula.eval | |
org.apache.poi.ss.formula.functions |
Modifier and Type | Class and Description |
---|---|
class |
PercentEval
Implementation of Excel formula token '%'.
|
class |
UnaryMinusEval |
class |
UnaryPlusEval |
Modifier and Type | Class and Description |
---|---|
class |
Bin2Dec
Implementation for Excel Bin2Dec() function.
|
class |
CalendarFieldFunction
Implementation of Excel functions Date parsing functions:
Date - DAY, MONTH and YEAR
Time - HOUR, MINUTE and SECOND
|
class |
Code
Implementation for Excel CODE () function.
|
class |
Columns
Implementation for Excel COLUMNS function.
|
class |
Countblank
Implementation for the function COUNTBLANK
|
class |
Errortype
Implementation for the ERROR.TYPE() Excel function.
|
class |
Even |
class |
FactDouble
Implementation for Excel FACTDOUBLE() function.
|
class |
Hex2Dec
Implementation for Excel HEX2DEC() function.
|
class |
Imaginary
Implementation for Excel IMAGINARY() function.
|
class |
ImReal
Implementation for Excel ImReal() function.
|
class |
LogicalFunction
Implementation of the various ISxxx Logical Functions, which
take a single expression argument, and return True or False.
|
static class |
MatrixFunction.OneArrayArg |
static class |
NumericFunction.OneArg |
class |
Oct2Dec
Implementation for Excel Oct2Dec() function.
|
class |
Odd |
class |
Rows
Implementation for Excel ROWS function.
|
class |
T
Implementation of Excel T() function
|
class |
Value
Implementation for Excel VALUE() function.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.