search_excel
Search for any text across all cells in an Excel workbook. Returns matching cells with coordinates and values, limited to 100 results.
Instructions
Search for text content across all cells in an Excel workbook.
Performs case-insensitive substring search and returns matching cells with their coordinates and values. Limited to 100 results.
@param file_path: Absolute path to the .xlsx file. @param query: Text to search for. @param sheet_name: Limit to specific sheet, or None for all sheets. @return: Formatted text with search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_path | Yes | ||
| sheet_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |