Read data from a Microsoft Excel file.
ExcelDataReaderModifier
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. |