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   
 

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
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
           
 

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
           
LogicalFunction
           
MultiOperandNumericFunction
           
NotImplementedFunction
           
NumericFunction
           
NumericFunction.MultiArg
           
NumericFunction.OneArg
           
TextFunction
           
XYNumericFunction
           
XYNumericFunction.Accumulator
           
 



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