Skip to main content
Module

x/lume/deps/sheetjs.ts>DenseWorkSheet

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

Dense Worksheet Object

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)