CellValue
A plain cell value: string, number, or boolean. Formula expressions and rich text belong in ICellData.
Import
TypeScript
import type { CellValue } from '@univerjs/core'Definition
TypeScript
type CellValue = string | number | booleanPackage: @univerjs/core · Type definitions
How is this guide?