insert_rows
Insert new rows into a spreadsheet at a specified position, with control over the number of rows added.
Instructions
Insert rows at the given position.
Args: sheet: Sheet index (0-based) row: Row number where new rows are inserted (1-based) count: Number of rows to insert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| row | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |