read_excel_as_table
Reads Excel data as compact tables with headers and rows, providing context-efficient structured output with optional schema inference 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 |