import { type WorkBook } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
Workbook Object
Properties
Sheets: { [sheet: string]: WorkSheet; }
A dictionary of the worksheets in the workbook. Use SheetNames to reference these.
optional
Props: FullPropertiesStandard workbook Properties
optional
Workbook: WBPropsoptional
bookType: BookTypeOriginal file type (when parsed with read
or readFile
)