Class OldFormulaRecord


  • public final class OldFormulaRecord
    extends OldCellRecord
    Formula Record (0x0006 / 0x0206 / 0x0406) - holds a formula in encoded form, along with the value if a number
    • Method Detail

      • getCachedResultType

        public int getCachedResultType()
      • getCachedBooleanValue

        public boolean getCachedBooleanValue()
      • getCachedErrorValue

        public int getCachedErrorValue()
      • getValue

        public double getValue()
        get the calculated value of the formula
        Returns:
        calculated value
      • getOptions

        public short getOptions()
        get the option flags
        Returns:
        bitmask
      • getParsedExpression

        public Ptg[] getParsedExpression()
        Returns:
        the formula tokens. never null
      • getFormula

        public Formula getFormula()