get_cells
Read many individually addressed cells in one call, with honest cached/formula/absent/value labels, so a formula without a cached result is never shown as blank. Read-only while file open in Excel.
Instructions
Read many individually addressed cells in one call, the scatter complement to the rectangular read_range. cells is a list of A1 strings or location objects, each resolving to ONE cell (1,000-cell ceiling); values is cached, formula, or both, and every returned value carries the honest label (cached, absent, formula, value), so a formula with no cached value is never passed off as blank. Read-only; works while the file is open in Excel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| cells | Yes | Individually addressed cells: A1 strings or location objects, each resolving to ONE cell. | |
| sheet | No | ||
| values | No | cached |