Add Columns
add_columnsInsert empty columns into a Google Sheet at a specified position or append them to the right edge.
Instructions
Inserts empty columns into a sheet tab at a position, or appends them at the right edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of empty columns to insert | |
| sheet_name | Yes | Target sheet tab name | |
| spreadsheet | Yes | Target spreadsheet: a full Google Sheets URL (https://docs.google.com/spreadsheets/d/<ID>/edit...) or a bare spreadsheet ID | |
| start_column | No | 1-based column index to insert BEFORE (e.g. 3 inserts before column C). Omit to append at the right edge of the sheet |