Uses of Class
org.apache.poi.hssf.record.FormulaSpecialCachedValue
-
Packages that use FormulaSpecialCachedValue Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of FormulaSpecialCachedValue in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return FormulaSpecialCachedValue Modifier and Type Method Description static FormulaSpecialCachedValue
FormulaSpecialCachedValue. create(long valueLongBits)
static FormulaSpecialCachedValue
FormulaSpecialCachedValue. createCachedBoolean(boolean b)
static FormulaSpecialCachedValue
FormulaSpecialCachedValue. createCachedEmptyValue()
static FormulaSpecialCachedValue
FormulaSpecialCachedValue. createCachedErrorCode(int errorCode)
static FormulaSpecialCachedValue
FormulaSpecialCachedValue. createForString()
-