Type: lib.docx.AddTable
Namespace: lib.docx
Description
Adds a table to the document document, docx, table, format
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| document | document |
The document to add the table to | {'type': 'document', 'uri': '', 'asset_id': None, 'data': None} |
| data | dataframe |
The data to add to the table | {'type': 'dataframe', 'uri': '', 'asset_id': None, 'data': None, 'columns': None} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | document |
Metadata
Related Nodes
Browse other nodes in the lib.docx namespace.