read_sheet
Read the used range of an Excel sheet, optionally using the first row as headers to return records as keyed dictionaries. Truncates at 10,000 cells.
Instructions
Read a whole sheet's used range. Omit sheet to read the active sheet.
With first_row_is_header=true, returns records as a list of dicts keyed by the header row. Truncates at 10,000 cells like read_range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| session_id | Yes | ||
| first_row_is_header | No |