Delete Table
delete_tableRemove an Excel table definition while preserving the underlying cell data. Specify workbook, sheet, and table name to delete the table structure without losing content.
Instructions
Remove a table's definition, keeping the underlying cell data.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). table_name: Table to remove (required).
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| table_name | No |