find_replace
Search for text in an Excel sheet and optionally replace it. Supports case-sensitive matching.
Instructions
Search for text in a sheet, optionally replacing it.
Args: find: Text to search for. workbook: Workbook name or path. Defaults to active workbook. sheet: Sheet name. Defaults to active sheet. replace: Replacement text. If omitted, search only. match_case: Case-sensitive matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | ||
| workbook | No | ||
| sheet | No | ||
| replace | No | ||
| match_case | No |