Package | Description |
---|---|
org.zkoss.poi.ss.formula.eval | |
org.zkoss.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 |
---|---|
static class |
BooleanFunction.OneArg |
class |
CalendarFieldFunction
Implementation of Excel functions Date parsing functions:
Date - DAY, MONTH and YEAR
Time - HOUR, MINUTE and SECOND
|
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 |
LogicalFunction |
static class |
NumericFunction.OneArg |
class |
Odd |
class |
Rows
Implementation for Excel ROWS function.
|
class |
T
Implementation of Excel T() function
If the argument is a text or error value it is returned unmodified.
|
class |
Value
Implementation for Excel VALUE() function.
Syntax:
VALUE(text) Converts the text argument to a number. |
Copyright © 2020. All rights reserved.