Package | Description |
---|---|
org.zkoss.poi.ss.formula.functions |
Modifier and Type | Class and Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
DateFunc
Implementation for the Excel function DATE
|
||||||||||||||
class |
Days360
Calculates the number of days between two dates based on a 360-day year
(twelve 30-day months), which is used in some accounting calculations.
|
||||||||||||||
class |
FinanceFunction |
||||||||||||||
class |
Fixed3ArgFunction
Convenience base class for functions that must take exactly three arguments.
|
||||||||||||||
class |
Hlookup
Implementation of the HLOOKUP() function.
|
||||||||||||||
class |
IfFunc
Implementation for the Excel function IF
|
||||||||||||||
class |
Index
Implementation for the Excel function INDEX
Syntax : INDEX ( reference, row_num[, column_num [, area_num]]) INDEX ( array, row_num[, column_num])
|