|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function3Arg | |
---|---|
org.apache.poi.ss.formula.functions |
Uses of Function3Arg in org.apache.poi.ss.formula.functions |
---|
Classes in org.apache.poi.ss.formula.functions that implement Function3Arg | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
Complex
Implementation for Excel COMPLEX () function. |
|||||||||||||||||||||||||||
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 |
DStarRunner
This class performs a D* calculation. |
|||||||||||||||||||||||||||
class |
FinanceFunction
|
|||||||||||||||||||||||||||
class |
Fixed
|
|||||||||||||||||||||||||||
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])
|