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

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]) 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 Lookup
          Implementation of Excel function LOOKUP.
 class Match
          Implementation for the MATCH() Excel function.
 class Rank
          Returns the rank of a number in a list of numbers.
 class Substitute
          An implementation of the SUBSTITUTE function:

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

 class Sumif
          Implementation for the Excel function SUMIF Syntax :
SUMIF ( range, criteria, sum_range )
rangeThe range over which criteria is applied.
 class TimeFunc
          Implementation for the Excel function TIME
 class Vlookup
          Implementation of the VLOOKUP() function.
 



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