export type ColumnarCells = { count: number; r: string; c: string; kind: string; valueIdx: string; formulaIdx: string; styleIdx: string; runsIdx: string; rowPtr: string; };