Skip to main content
Module

x/lume/deps/sheetjs.ts>DenseSheet

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface DenseSheet
implements Sheet
import { type DenseSheet } from "https://deno.land/x/lume@v2.1.4/deps/sheetjs.ts";

General object representing a dense Sheet (worksheet or chartsheet)

Index Signatures

[cell: string]: CellObject[][] | SheetKeys | any

Properties

!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)