sheets_insert_dimension
Insert rows or columns into a Google Sheets spreadsheet at a specified zero-based index, specifying the sheet tab and count. Useful for adding data structures programmatically.
Instructions
Insert rows or columns into a sheet at a specified position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of rows or columns to insert. | |
| account | Yes | Account id. | |
| dimension | Yes | Whether to insert rows or columns. | |
| sheet_title | Yes | Sheet tab name. | |
| start_index | Yes | Zero-based index where rows/columns will be inserted. | |
| spreadsheet_id | Yes | Spreadsheet ID. |