Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
jxl.biff.formula

Classes in jxl.biff.formula used by jxl.biff.formula
Area
          A nested class to hold range information
Area3d
          A nested class to hold range information
BinaryOperator
          A cell reference in a formula
ExternalSheet
          Interface which exposes the methods needed by formulas to access external sheet records
FormulaErrorCode
          Enumeration for formula error codes
FormulaException
          Exception thrown when parsing a formula
FormulaException.FormulaMessage
          Inner class containing the message
Function
          An enumeration detailing the Excel function codes
NumberValue
          A constant numerical value in a formula
Operand
          An operand in the parse tree.
Operator
          An operator is a node in a parse tree.
ParsedThing
          An interface for an excel ptg
ParseItem
          Abstract base class for an item in a formula parse tree
Parser
          Interface used by the two different types of formula parser
StringFunction
          Class used to hold a function when reading it in from a string.
StringOperator
          Ambiguously defined operator, used as a place holder when parsing string formulas.
StringParseItem
          A dummy implementation used for typing information when tokens are read when parsing strings.
Token
          An enumeration detailing the Excel parsed tokens A particular token may be associated with more than one token code
UnaryOperator
          A cell reference in a formula
VariableArgFunction
          A built in function in a formula.