add_columns
Add multiple columns to a Google Sheet at a specified starting column to expand data capacity or reorganize layout.
Instructions
Add columns to a sheet in a Google Spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet (found in the URL) sheet: The name of the sheet count: Number of columns to add start_column: 0-based column index to start adding. If not provided, adds at the beginning.
Returns: Result of the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| count | Yes | ||
| start_column | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |