public final class OldFormulaRecord extends OldCellRecord
Modifier and Type | Field and Description |
---|---|
static short |
biff2_sid |
static short |
biff3_sid |
static short |
biff4_sid |
static short |
biff5_sid |
Constructor and Description |
---|
OldFormulaRecord(RecordInputStream ris) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendValueText(java.lang.StringBuilder sb)
Append specific debug info (used by
OldCellRecord.toString() for the value
contained in this record. |
boolean |
getCachedBooleanValue() |
int |
getCachedErrorValue() |
int |
getCachedResultType() |
Formula |
getFormula() |
short |
getOptions()
get the option flags
|
Ptg[] |
getParsedExpression() |
protected java.lang.String |
getRecordName()
Gets the debug info BIFF record type name (used by
OldCellRecord.toString() . |
double |
getValue()
get the calculated value of the formula
|
getCellAttrs, getColumn, getRow, getSid, getXFIndex, isBiff2, toString
public static final short biff2_sid
public static final short biff3_sid
public static final short biff4_sid
public static final short biff5_sid
public OldFormulaRecord(RecordInputStream ris)
public int getCachedResultType()
public boolean getCachedBooleanValue()
public int getCachedErrorValue()
public double getValue()
public short getOptions()
public Ptg[] getParsedExpression()
null
public Formula getFormula()
protected void appendValueText(java.lang.StringBuilder sb)
OldCellRecord
OldCellRecord.toString()
for the value
contained in this record. Trailing new-line should not be appended
(superclass does that).appendValueText
in class OldCellRecord
protected java.lang.String getRecordName()
OldCellRecord
OldCellRecord.toString()
.getRecordName
in class OldCellRecord
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.