insert_rows
Insert empty rows into a Google Sheet at a specific row index by providing spreadsheet ID, sheet ID, start index, and number of rows.
Instructions
Insert empty rows at a specific position.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. start_index: Row index to insert at (0-based, so row 1 = index 0). num_rows: Number of rows to insert.
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_rows | Yes | ||
| sheet_id | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |