How to add your knowledge
Excel Data Reader<ExcelDataReader>
Table of contents
- 1. Synopsis
- 2. Mixins
- 3. Parameters
Synopsis
Read data from a Microsoft Excel file.
Mixins
ExcelDataReaderModifier
Parameters
| Name | Type | Description |
|---|
| DependentParts | list | Specifies the set of other processor parts that must be processed before this one. |
| ProcessSelf? | boolean | Specifies whether the ExcelDataReader child will be processed when the Excel document Process rule is evaluated. Default is True. |
| Range | string | Range of cells in worksheet from which to retrieve data. This parameter is required. |
| Sheet | string | Specifies the sheet within the workbook that this part will access. |
Comments