Uses of Package
org.apache.poi.hssf.record.formula.functions

Packages that use org.apache.poi.hssf.record.formula.functions
org.apache.poi.hssf.record.formula.atp   
org.apache.poi.hssf.record.formula.eval   
org.apache.poi.hssf.record.formula.functions   
org.apache.poi.hssf.record.formula.udf   
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
 

Classes in org.apache.poi.hssf.record.formula.functions used by org.apache.poi.hssf.record.formula.atp
FreeRefFunction
          For 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.hssf.record.formula.functions used by org.apache.poi.hssf.record.formula.eval
Function
          Common interface for all implementations of Excel built-in functions.
 

Classes in org.apache.poi.hssf.record.formula.functions used by org.apache.poi.hssf.record.formula.functions
BooleanFunction
          Here are the general rules concerning Boolean functions: Blanks are ignored (not either true or false) Strings are ignored if part of an area ref or cell ref, otherwise they must be 'true' or 'false' Numbers: 0 is false.
FreeRefFunction
          For most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.
Function
          Common interface for all implementations of Excel built-in functions.
MultiOperandNumericFunction
           
NumericFunction
           
NumericFunction.MultiArg
           
NumericFunction.OneArg
           
NumericFunction.TwoArg
           
TextFunction
           
XYNumericFunction
           
XYNumericFunction.Accumulator
           
 

Classes in org.apache.poi.hssf.record.formula.functions used by org.apache.poi.hssf.record.formula.udf
FreeRefFunction
          For 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.hssf.record.formula.functions used by org.apache.poi.ss.formula
FreeRefFunction
          For most Excel functions, involving references ((cell, area), (2d, 3d)), the references are passed in as arguments, and the exact location remains fixed.
 



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