readDataBySheetName
Retrieve data from a named sheet in an Excel file, with options to set header row and data start row.
Instructions
Get data from a specific sheet in the Excel file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileAbsolutePath | Yes | The absolute path of the Excel file | |
| sheetName | Yes | tThe name of the sheet to read | |
| headerRow | No | tThe row number to use as field names (default: 1) | |
| dataStartRow | No | The row number to start reading data from (default: 2) |