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 FormulaSpecialCachedValueFormulaSpecialCachedValue. create(long valueLongBits)static FormulaSpecialCachedValueFormulaSpecialCachedValue. createCachedBoolean(boolean b)static FormulaSpecialCachedValueFormulaSpecialCachedValue. createCachedEmptyValue()static FormulaSpecialCachedValueFormulaSpecialCachedValue. createCachedErrorCode(int errorCode)static FormulaSpecialCachedValueFormulaSpecialCachedValue. createForString()
-