Skip to content

Cell

type Cell = {
f?: string | null;
id: string;
M?: string | null;
s?: number;
v: CellValue;
z?: string | null;
};
PropertyType
f?string | null
idstring
M?string | null
s?number
vCellValue
z?string | null