read_range
Read a rectangular range from an Excel worksheet and receive cell values as a 2D array. Automatically handles large ranges by truncating and providing a continuation range.
Instructions
Read a rectangular range as a 2D array (rows of cell values).
Large ranges are truncated at 10,000 cells; the response then includes truncated=true and next_range to continue reading from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | ||
| session_id | Yes |