Class FormulaSpecialCachedValue

java.lang.Object
org.apache.poi.hssf.record.FormulaSpecialCachedValue
All Implemented Interfaces:
GenericRecord

@Internal public final class FormulaSpecialCachedValue extends Object implements GenericRecord
Manages the cached formula result values of other types besides numeric. Excel encodes the same 8 bytes that would be field_4_value with various NaN values that are decoded/encoded by this class.