insert_rows
Inserts rows before a specified starting index in a Google Sheet. Uses zero-based indices to define the range of rows to add, with an option to inherit formatting from the row above.
Instructions
Insert rows before start_index; indices are zero-based and half-open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| end_index | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes | ||
| inherit_from_before | No |