Read cells
xlide_read_cellsRetrieve values, formulas, or both from an Excel cell range, returning a grid for inspecting current results or understanding sheet calculations.
Instructions
Reads a range of cells from a worksheet and returns a grid of values, formulas, or both. Values are what Excel last calculated and stored, so a formula whose inputs changed outside Excel shows its old result. Ask for formulas when you need to understand what a sheet computes, and values when you need what it currently shows. At most 20,000 cells per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | Worksheet name, matched without case. | |
| include | No | 'values', 'formulas' or 'both'. | values |
| timeout | No | Seconds allowed if Excel has to answer. | |
| file_path | Yes | Absolute path to the Excel file. | |
| cell_range | Yes | A1-style range, such as A1:D50, or a single cell. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||