readSheetData
Reads data from all sheets in an Excel file, using a specified header row for field names and a starting row for data.
Instructions
Get data from all sheets in the Excel file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileAbsolutePath | Yes | The absolute path of the Excel file | |
| headerRow | No | The row number to use as field names (default: 1) | |
| dataStartRow | No | The row number to start reading data from (default: 2) |