delete_columns
Delete specified columns from a Google Sheets spreadsheet by providing the spreadsheet ID, sheet ID, starting column index, and number of columns to remove.
Instructions
Delete columns from a sheet.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. start_index: Starting column index (0-based). num_columns: Number of columns to delete.
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| num_columns | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |