find_in_workbook
Search for cells containing specified text or regex in an Excel workbook. Returns up to 500 matching cell addresses, across a single sheet or entire workbook.
Instructions
Find cells whose value contains the query text (or matches the regex).
Searches one sheet if given, otherwise the whole workbook. Values are matched against their string form; formulas match on formula text. Returns up to 500 matches with their cell addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| regex | No | ||
| sheet | No | ||
| match_case | No | ||
| session_id | Yes |