Run a macro in a Microsoft Excel document.
ExcelReaderMixinModifier
| Name | Type | Description |
|---|---|---|
| Arguments | list | List of arguments in the macro to pass to the workbook. |
| DependentParts | list | Specifies the set of other processor parts that must be processed before this one. |
| MacroName | string | Name of the macro. |
| ProcessSelf? | boolean | Specifies whether the ExcelMacroRunner child will be processed when the Excel document Process rule is evaluated. Default is True . |
| Range | string | Range of cells in worksheet which to write/retrieve data. |
| Sheet | string | Specifies the sheet within the workbook that this part will access. |