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

Packages that use Function3Arg
Package
Description
 
  • Uses of Function3Arg in org.apache.poi.ss.formula.functions

    Modifier and Type
    Class
    Description
    class 
    Implementation for Excel COMPLEX () function.
    final class 
    Implementation for the Excel function DATE
    class 
    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.
    final class 
    This class performs a D* calculation.
    class 
     
    final class 
     
    class 
    Convenience base class for functions that must take exactly three arguments.
    final class 
    Implementation of the HLOOKUP() function.
    final class 
    Implementation for the Excel function IF
    final class 
    Implementation for the Excel function INDEX
    final class 
    Implementation of Excel function LOOKUP.
    final class 
    Implementation for the MATCH() Excel function.
    class 
    Returns the rank of a number in a list of numbers.
    final class 
    An implementation of the SUBSTITUTE function:
    final class 
    Implementation for the Excel function SUMIF
    final class 
    Implementation for the Excel function TIME
    final class 
    Implementation of the VLOOKUP() function.