Skip to main content
Module

x/flat/mod.ts>xlsx.WorkBook

A collection of postprocessing utilities for flat
Latest
interface xlsx.WorkBook
import { type xlsx } from "https://deno.land/x/flat@0.0.15/mod.ts";
const { WorkBook } = xlsx;

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