xlsx_filter
Filter rows in a local .xlsx file using AND-combined predicates (eq, contains, gt, etc.). Server-side formula evaluation returns accurate matching rows as a markdown table.
Instructions
pandas-style row filter on a LOCAL .xlsx file with predicates AND-combined: eq/ne/gt/gte/lt/lte/contains/in/is_null/not_null. Operates on real cell values — formulas evaluated server-side, not the cached results that pandas trusts blindly.
USE WHEN: the user asks for "rows where X" / "show me only Y" against a LOCAL .xlsx file. Returns matching rows as a markdown table, capped at 1000 rows by default with the actual match count.
DO NOT USE WHEN: the user wants raw access to all rows (use xlsx_read). Or when the file came from an upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_b64 | Yes | ||
| options | No | ||
| predicates | Yes |