delete_table_column_tool
Remove specified columns from a table in Google Sheets to update the table structure. The remaining columns shift left to fill the gaps. Requires spreadsheet, sheet, table names, and column list.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_names | Yes | List of column names to delete from the table | |
sheet_name | Yes | The name of the sheet containing the table | |
spreadsheet_name | Yes | The name of the Google Spreadsheet | |
table_name | Yes | Name of the table to delete columns from |