Uses of Interface
org.apache.poi.ss.formula.functions.Function4Arg
-
Packages that use Function4Arg Package Description org.apache.poi.ss.formula.functions -
-
Uses of Function4Arg in org.apache.poi.ss.formula.functions
Classes in org.apache.poi.ss.formula.functions that implement Function4Arg Modifier and Type Class Description class
FinanceFunction
class
Fixed4ArgFunction
Convenience base class for functions that must take exactly four arguments.class
Hlookup
Implementation of the HLOOKUP() function.class
Index
Implementation for the Excel function INDEXclass
NormDist
Implementation for Excel NORMDIST() and NORM.DIST() functions.class
Replace
An implementation of the Excel REPLACE() function:class
Substitute
An implementation of the SUBSTITUTE function:class
Vlookup
Implementation of the VLOOKUP() function.
-