CellValue
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
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
你觉得这篇文档如何?