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 |
Column |
class |
Columns
Implementation for Excel COLUMNS function.
|
class |
Countblank
Implementation for the function COUNTBLANK
|
class |
DateValue
Implementation for the DATEVALUE() Excel function.
|
class |
Dec2Bin
Implementation for Excel Bin2Dec() function.
|
class |
Dec2Hex
Implementation for Excel DELTA() function.
|
class |
Errortype
Implementation for the ERROR.TYPE() Excel function.
|
class |
Even |
class |
FactDouble
Implementation for Excel FACTDOUBLE() function.
|
class |
Fixed |
class |
Fixed1ArgFunction
Convenience base class for functions that must take exactly one argument.
|
class |
Hex2Dec
Implementation for Excel HEX2DEC() function.
|
class |
Hyperlink
Implementation of Excel HYPERLINK 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 |
RowFunc
Implementation for the Excel function ROW
|
class |
Rows
Implementation for Excel ROWS function.
|
class |
T
Implementation of Excel T() function
|
class |
Value
Implementation for Excel VALUE() function.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.