insert_columns
Insert blank columns before a specified column in a Google Sheet. Control the number of columns and inherit formatting from the left.
Instructions
Insert blank columns before the given column.
Args: spreadsheet_id_or_url: Full Sheets URL or bare spreadsheet ID. sheet: Sheet name OR gid string. start_column: Column letter ('B') or 1-indexed number the new columns are inserted BEFORE. count: Number of columns to insert. inherit_before: Inherit formatting from the column to the left. dry_run: If true, return the execution plan without changing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| sheet | Yes | ||
| dry_run | No | ||
| start_column | Yes | ||
| inherit_before | No | ||
| spreadsheet_id_or_url | Yes |