Uses of Interface
org.apache.poi.ss.formula.functions.Function4Arg

Packages that use Function4Arg
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
 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 INDEX Syntax :
INDEX ( reference, row_num[, column_num [, area_num]])
INDEX ( array, row_num[, column_num]) referencetypically an area reference, possibly a union of areas arraya literal array value (currently not supported) row_numselects the row within the array or area reference column_numselects column within the array or area reference. default is 1 area_numused when reference is a union of areas
 class Replace
          An implementation of the Excel REPLACE() function:

Replaces part of a text string based on the number of characters you specify, with another text string.

 class Substitute
          An implementation of the SUBSTITUTE function:

Substitutes text in a text string with new text, some number of times.

 class Vlookup
          Implementation of the VLOOKUP() function.
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.