Skip to main content
Module

x/lume/deps/sheetjs.ts>SparseSheet

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

General object representing a sparse Sheet (worksheet or chartsheet)

Properties

!data: never

Sparse-mode store cells with keys corresponding to A1-style address Cells are accessed with sheet[addr]