excel_filter_rows
Filter rows in an Excel sheet by applying a condition to a column, such as equals, contains, greater than, less than, or not empty.
Instructions
Filter rows by condition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| column | Yes | Column to filter by | |
| condition | Yes | ||
| value | No | Value to compare against | |
| responseFormat | No | json |