How to add your knowledge

Excel Macro Runner <ExcelMacroRunner>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 3. Parameters

    Synopsis

    Run a macro in a Microsoft Excel document.

    Mixins

    ExcelReaderMixinModifier

    Parameters

    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.