How to add your knowledge

Excel Data Writer <ExcelDataWriter>

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

    Synopsis

    Write data to a Microsoft Excel spreadsheet.

    Mixins

    ExcelDataWriterModifier

    Parameters

    Name Type Description
    CellData list Cell data to be written into the output document.
    DependentParts list Specifies the set of other processor parts that must be processed before this one.
    InsertToFit? boolean Controls whether rows and/or columns are inserted into the spreadsheet beyond the specified range to fit the provided data. The default is False.
    ProcessSelf? boolean Specifies whether the ExcelDataWriter child will be processed when the Excel document Process rule is evaluated. Default is True.
    Range string Range of cells in worksheet to where data will be written.
    Sheet string Specifies the sheet within the workbook that this part will access.