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, 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 OldCellRecordsb - the StringBuilder to append toprotected java.lang.String getRecordName()
OldCellRecordOldCellRecord.toString().getRecordName in class OldCellRecordCopyright 2020 The Apache Software Foundation or its licensors, as applicable.