sheets_insert_rows
Insert rows into a Google Sheet at a specific position using spreadsheet and sheet IDs with start and end row indices.
Instructions
Insert rows at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet | |
| endIndex | No | Ending row index (0-based) | |
| startIndex | Yes | Starting row index (0-based) | |
| spreadsheetId | Yes | The ID of the spreadsheet |