Skip to main content
Module

x/simple_utility/mod.full.ts>RawWorkSheet

Simplify processing for Deno.
Go to Latest
interface RawWorkSheet
implements Sheet
Re-export
import { type RawWorkSheet } from "https://deno.land/x/simple_utility@v2.0.10/mod.full.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: ProtectInfo

Worksheet Protection info

optional
!autofilter: AutoFilterInfo

AutoFilter info