import { type Sheet } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
General object representing a Sheet (worksheet or chartsheet)
Index Signatures
cell: string]:
[Properties
optional
!data: CellObject[][]Dense-mode worksheets store data in an array of arrays
Cells are accessed with sheet['!data'][R][C] (where R and C are 0-indexed)
optional
!type: SheetTypeSheet type
optional
!margins: MarginInfoPage Margins