get_xlsx_sheets
Extract sheet data from an XLSX file, returning rows from specified or all sheets with configurable row limits.
Instructions
Get sheet content from an XLSX file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | Maximum rows to return per sheet | |
| file_path | Yes | Absolute path to the .xlsx file | |
| sheet_name | No | Specific sheet name (omit for all sheets) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |