interface WorkSheet
implements Sheet
import { type WorkSheet } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
Worksheet Object
Index Signatures
cell: string]: CellObject | WSKeys | any
[Properties
optional
!cols: ColInfo[]Column Info
optional
!rows: RowInfo[]Row Info
optional
!merges: Range[]Merge Ranges
optional
!protect: ProtectInfoWorksheet Protection info
optional
!autofilter: AutoFilterInfoAutoFilter info