Add a sheet (tab) to a Rootr spreadsheet
rootr_create_sheetAdd a new empty sheet (tab) to a Rootr spreadsheet without altering existing sheets. Set its name, column count, and row count.
Instructions
Add a new empty sheet (tab) to an existing Rootr (루터) SPREADSHEET, without touching other sheets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Sheet name, e.g. "Q1 Budget" | |
| colCount | No | Column count (default 52) | |
| rowCount | No | Row count (default 1000) | |
| spreadsheetId | Yes | SPREADSHEET node id |