easy-spreadsheet-write
    Preparing search index...

    Interface WorkBook

    Workbook Object

    interface WorkBook {
        bookType?: BookType;
        Custprops?: object;
        Props?: FullProperties;
        SheetNames: string[];
        Sheets: { [sheet: string]: WorkSheet };
        vbaraw?: any;
        Workbook?: WBProps;
    }
    Index

    Properties

    bookType?: BookType

    Original file type (when parsed with read or readFile)

    Custprops?: object

    Custom workbook Properties

    Props?: FullProperties

    Standard workbook Properties

    SheetNames: string[]

    Ordered list of the sheet names in the workbook

    Sheets: { [sheet: string]: WorkSheet }

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

    vbaraw?: any
    Workbook?: WBProps