Write data to a Microsoft Excel spreadsheet.
ExcelDataWriterModifier
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. |