Skip to main content
Module

x/lume/deps/sheetjs.ts>WorkBook

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

Workbook Object

Properties

Sheets: { [sheet: string]: WorkSheet; }

A dictionary of the worksheets in the workbook. Use SheetNames to reference these.

SheetNames: string[]

Ordered list of the sheet names in the workbook

optional
Props: FullProperties

Standard workbook Properties

optional
Custprops: object

Custom workbook Properties

optional
Workbook: WBProps
optional
vbaraw: any
optional
bookType: BookType

Original file type (when parsed with read or readFile)