read_excel_as_table
Read any Excel sheet as a compact table with headers and rows, or as record objects, using less context than full data extraction. Optionally infer schema hints for downstream tasks.
Instructions
Read Excel data as a compact table with headers and rows or record objects.
Much more context-efficient than read_data_from_excel for structured data,
with optional inferred schema hints for downstream steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | ||
| end_col | No | ||
| filepath | Yes | ||
| max_rows | No | ||
| row_mode | No | arrays | |
| start_col | No | A | |
| start_row | No | ||
| header_row | No | ||
| sheet_name | Yes | ||
| infer_schema | No | ||
| include_headers | No | ||
| read_boundary_mode | No | default |