read_excel
Extract structured data from Excel files by specifying file paths, sheet names, and row ranges for data analysis and processing.
Instructions
Read an Excel file and return its contents as structured data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file to read | |
| sheetName | No | Name of the sheet to read (optional) | |
| startRow | No | Starting row index (optional) | |
| maxRows | No | Maximum number of rows to read (optional) |