filter_excel
Extract specific data from Excel files using a pandas query string. Specify file path, query conditions, and sheet name to filter and return targeted information for analysis.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | ||
query | Yes | ||
sheet_name | No |