Skip to content

cupertino-files / CellValue

Type Alias: CellValue

CellValue = { type: "empty"; } | { isFormula: boolean; type: "number"; value: number; } | { isFormula: boolean; type: "text"; value: string; } | { isFormula: boolean; type: "richText"; value: string; } | { isFormula: boolean; type: "date"; value: Date; } | { isFormula: boolean; type: "bool"; value: boolean; } | { isFormula: boolean; seconds: number; type: "duration"; } | { isFormula: boolean; type: "error"; }

Defined in: src/tst/tables.ts:378

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.