Skip to main content
Module

x/lume/deps/sheetjs.ts>Sheet

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Sheet
import { type Sheet } from "https://deno.land/x/lume@v2.1.2/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: SheetType

Sheet type

optional
!ref: string

Sheet Range (A1-style)

optional
!margins: MarginInfo

Page Margins