List Tables
list_tablesList all Excel tables in a worksheet to see their names and ranges. Use this to identify available data structures for editing.
Instructions
List Excel Tables on a worksheet.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet).
Returns: JSON with each table's name and range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No |