Skip to main content
Version: 25.2

workbook

  • function to access an excel workbook *(Added to SenseTalk in 1.79)

    • The workbook function provides access to an Excel workbook.

    • Examples:

        put workbook("/path/to/myFile.xls") into myWorkbook
    • Related: worksheet, cell, cellRange

  • object type, ’is a’ keyword *(Added to SenseTalk in 1.79)