Skip to content
TREB Docs

SerializedValueType

SerializedValueType type

string types for import/export

Declaration
declare type SerializedValueType = 'undefined' | 'formula' | 'string' | 'number' | 'boolean' | 'object' | 'error' | 'complex' | 'array' | 'dimensioned_quantity';
declare type SerializedValueType = 'undefined' | 'formula' | 'string' | 'number' | 'boolean' | 'object' | 'error' | 'complex' | 'array' | 'dimensioned_quantity';
Referenced by
BaseCellData