Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/deps.pure.ts>RawWorkSheet

Simplify processing for Deno.
Latest
interface RawWorkSheet
implements Sheet
import { type RawWorkSheet } from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.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