Find text
sheet_findSearch any spreadsheet or CSV cell for text, case-insensitively, and return cell addresses plus row previews. Supports .xlsx, .xlsm, .xlsb, .ods, .csv, and .tsv.
Instructions
Call this tool to search every cell of a spreadsheet or CSV for text; built-in file readers cannot parse spreadsheets. Matching is case insensitive. Returns cell addresses with a preview of the row each hit is on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .xlsx/.xlsm/.xlsb/.ods/.csv/.tsv file (~ is expanded) | |
| text | Yes | Text to look for; matched case insensitively anywhere inside a cell. Up to 200 hits are returned | |
| sheet | No | Sheet name; default searches every sheet |