CellValueType
How a cell value is interpreted. Set this in ICellData.t when an explicit type is needed; otherwise Univer infers the type from the value.
Import
TypeScript
import { CellValueType } from '@univerjs/core'Definition
TypeScript
enum CellValueType { STRING = 1, NUMBER = 2, BOOLEAN = 3, FORCE_STRING = 4,}Package: @univerjs/core · Type definitions
How is this guide?