add_rows
Adds specified number of rows to a Google Sheet at a given starting position. Use to insert blank rows for data entry or automation.
Instructions
Add rows to a sheet in a Google Spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet (found in the URL) sheet: The name of the sheet count: Number of rows to add start_row: 0-based row index to start adding. If not provided, adds at the beginning.
Returns: Result of the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| count | Yes | ||
| start_row | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |