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
 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:
 class Sumif
          Implementation for the Excel function SUMIF
 class TimeFunc
          Implementation for the Excel function TIME
 class Vlookup
          Implementation of the VLOOKUP() function.
 



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