Create tables in a Microsoft Word document.
WordTableWriterModifier
| Name | Type | Description |
|---|---|---|
| Bookmark | string | Position the table using this bookmark. |
| ColumnWidths | list | Widths of columns, in points. |
| data | list | Data by rows. |
| outputSelf? | boolean | If True , the table is displayed in the final document. Default is True . |
| Part | part | Position the table using this part . |
| Placement | name | Insert item 'before' or 'after' the identified location, or 'replace' it altogether. Default is "after". |
| style | string | Specifies a Microsoft Word style to apply to the table. |