quick_read
Read a compact table from an Excel sheet or the first workbook sheet, returning array rows or object records with optional inferred schema hints for structured data access.
Instructions
Read a compact table from an explicit sheet or the first workbook sheet.
Can return either array rows or object-shaped records, plus optional schema hints inferred from the returned rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | No | ||
| filepath | Yes | ||
| max_rows | No | ||
| row_mode | No | arrays | |
| start_col | No | A | |
| start_row | No | ||
| header_row | No | ||
| sheet_name | No | ||
| infer_schema | No | ||
| include_headers | No | ||
| read_boundary_mode | No | default |