public final class OldFormulaRecord extends OldCellRecord
| Modifier and Type | Field | Description |
|---|---|---|
static short |
biff2_sid |
|
static short |
biff3_sid |
|
static short |
biff4_sid |
|
static short |
biff5_sid |
| Constructor | Description |
|---|---|
OldFormulaRecord(RecordInputStream ris) |
| Modifier and Type | Method | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCellAttrs, getColumn, getRow, getSid, getXFIndex, isBiff2, toStringpublic 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()
nullpublic Formula getFormula()
protected void appendValueText(java.lang.StringBuilder sb)
OldCellRecordOldCellRecord.toString() for the value
contained in this record. Trailing new-line should not be appended
(superclass does that).appendValueText in class OldCellRecordprotected java.lang.String getRecordName()
OldCellRecordOldCellRecord.toString().getRecordName in class OldCellRecordCopyright 2018 The Apache Software Foundation or its licensors, as applicable.