Skip to main content
Module

x/simple_utility/mod.pure.full.ts>RawWorkBook

Simplify processing for Deno.
Go to Latest
interface RawWorkBook
Re-export
import { type RawWorkBook } from "https://deno.land/x/simple_utility@v2.0.10/mod.pure.full.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)