quick_read
Read a compact table from a chosen sheet or the first workbook sheet, outputting rows as arrays or objects with optional schema inference.
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 |