createWorksheet

Creates an entirely new worksheet inside of a googlesheet file. The worksheet will surface as an additional tab a the bottom of the googlesheet when you open a file.

Options

  • Spreadsheet: A dropdown list of your available spreadsheets. The sheet you select will be the file where the worksheet is added to.

Input Fields

  • fields
    • title (text): Provide a text string to become the name of the worksheet when it is added to the existing googlesheet.
    • row_count (text): The number inserted into this field will determine the number of rows that are visible and part of the worksheet when it is created.
    • column_count (text): The number will determine number of columns to be used as part of the worksheet when it is created.