WorkbookData | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...
    type WorkbookData = {
        sheets: SpreadsheetData[];
        timeZone?: string;
        title?: string;
    }
    Index

    Properties

    sheets: SpreadsheetData[]
    timeZone?: string
    title?: string