Skip to content
Apiary

CellValue

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