Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v1.15.1/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]