Create Table
create_tableTurn a cell range into an Excel table with headers, naming, and structured references in a live workbook.
Instructions
Create an Excel Table from a range.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). range_address: A1-style address the table will cover, e.g. "A1:C10". table_name: Name for the new table (None = Excel's default, e.g. "Table1"). has_headers: Whether the range's first row is a header row.
Returns: JSON with the new table's name and range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| table_name | No | ||
| has_headers | No | ||
| range_address | No | A1 |