find_cells
Search Excel cell values and formulas across workbook, sheet, or range and return every match with its exact address, using exact, contains, or regex matching. Read-only and works while file is open.
Instructions
Search cell values and/or formulas across a workbook, sheet, or range and return EVERY match with its unambiguous address (the plural sibling of the single-target search location selector). match is exact, contains, or regex (timeout-guarded, so a pathological pattern refuses instead of hanging); look_in is values, formulas, or both; a formula cell's searchable value is its last cached one. Results page with limit and offset and report the total match count. Read-only; works while the file is open in Excel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| match | No | contains | |
| query | Yes | ||
| sheet | No | ||
| offset | No | ||
| look_in | No | values | |
| location | No | ||
| match_case | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||