Skip to content

CellValue

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