read_excel_table
Read a named table from an Excel workbook to retrieve data rows, with configurable output format, range, and schema hints.
Instructions
Read a native Excel table by its table name.
Supports compact table payloads, object-shaped record output, and optional inferred schema hints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | ||
| end_col | No | ||
| filepath | Yes | ||
| max_rows | No | ||
| row_mode | No | arrays | |
| start_col | No | ||
| start_row | No | ||
| sheet_name | No | ||
| table_name | Yes | ||
| infer_schema | No | ||
| include_headers | No |