list_tables
Get all named tables in an Excel workbook to locate available data. Shows each table's name, sheet, and cell range for quick reference.
Instructions
Return every named table in the workbook.
Each entry contains:
name: display name of the table
sheet: sheet the table lives on
ref: cell range (e.g. "A1:D20")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |