Skip to content

CellValue

type CellValue =
| null
| string
| number
| boolean
| FormulaError
| object;