Cell
type Cell = { f?: string | null; id: string; M?: string | null; s?: number; v: CellValue; z?: string | null;};Properties
Section titled “Properties”| Property | Type |
|---|---|
f? | string | null |
id | string |
M? | string | null |
s? | number |
v | CellValue |
z? | string | null |