Skip to content

CellValue

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

Represents the value of a cell, which can be a string, number, boolean, null, or a formula error.