Get Table Info
get_table_infoRetrieve an Excel table's column names, range, row count, and style from an open workbook. Specify workbook and sheet to target the exact table.
Instructions
Get a table's structure: columns, range, and style.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). table_name: Table to inspect (required).
Returns: JSON with column names, range, row count, and style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| table_name | No |