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 |
---|---|
boolean |
getCachedBooleanValue() |
int |
getCachedErrorValue() |
int |
getCachedResultType()
Deprecated.
POI 5.0.0, will be removed in 5.0, use getCachedResultTypeEnum until switch to enum is fully done
|
CellType |
getCachedResultTypeEnum()
Returns the type of the cached result
|
Formula |
getFormula() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getOptions()
get the option flags
|
Ptg[] |
getParsedExpression() |
double |
getValue()
get the calculated value of the formula
|
getCellAttrs, getColumn, getRow, getSid, getXFIndex, isBiff2, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
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)
@Deprecated public int getCachedResultType()
public CellType getCachedResultTypeEnum()
public boolean getCachedBooleanValue()
public int getCachedErrorValue()
public double getValue()
public short getOptions()
public Ptg[] getParsedExpression()
null
public Formula getFormula()
public HSSFRecordTypes getGenericRecordType()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
getGenericProperties
in class OldCellRecord
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.