sheets_delete_columns
Deletes a range of columns from a specified Google Sheets spreadsheet and sheet, using start and end column indices.
Instructions
Delete columns from a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet | |
| endIndex | No | Ending column index (0-based) | |
| startIndex | Yes | Starting column index (0-based) | |
| spreadsheetId | Yes | The ID of the spreadsheet |