Uses of Package
org.apache.poi.ss.formula.functions
Packages that use org.apache.poi.ss.formula.functions
Package
Description
This package contains common internal POI code for manipulating formulas.
-
Classes in org.apache.poi.ss.formula.functions used by org.apache.poi.ss.formulaClassDescriptionFor most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.Common interface for all implementations of Excel built-in functions.
-
Classes in org.apache.poi.ss.formula.functions used by org.apache.poi.ss.formula.atpClassDescriptionFor most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.
-
Classes in org.apache.poi.ss.formula.functions used by org.apache.poi.ss.formula.evalClassDescriptionConvenience base class for functions that must take exactly one argument.Convenience base class for functions that must take exactly two arguments.Common interface for all implementations of Excel built-in functions.Implemented by all functions that can be called with one argumentImplemented by all functions that can be called with two arguments
-
Classes in org.apache.poi.ss.formula.functions used by org.apache.poi.ss.formula.functionsClassDescriptionInterface for those functions that evaluate arguments in array mode depending on context.Counts the number of cells that contain numeric data within the list of arguments.Counts the number of cells that contain data within the list of arguments.Enum for convenience to identify and source implementations of the D* functionsConvenience base class for functions that only take zero arguments.Convenience base class for functions that must take exactly one argument.Convenience base class for functions that must take exactly two arguments.Convenience base class for functions that must take exactly three arguments.Convenience base class for functions that must take exactly four arguments.For most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.Common interface for all implementations of Excel built-in functions.Implemented by all functions that can be called with zero argumentsImplemented by all functions that can be called with one argumentImplemented by all functions that can be called with two argumentsImplemented by all functions that can be called with three argumentsImplemented by all functions that can be called with four argumentsInterface specifying how an algorithm to be used by
DStarRunner
should look like.This is the super class for all excel function evaluator classes that take variable number of operands, and where the order of operands does not matter -
Classes in org.apache.poi.ss.formula.functions used by org.apache.poi.ss.formula.udfClassDescriptionFor most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.