Create Table
entity_create_tableGenerate a table in AutoCAD at given X,Y coordinates from row data, with optional title, column headers, and configurable row/text heights.
Instructions
Create a native COM table or an explicitly-labelled ezdxf composite table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| rows | Yes | Data rows; every row must have the same length | |
| layer | No | Target layer | TEXT |
| title | No | Optional title row | |
| headers | No | Optional column header row | |
| row_height | No | ||
| text_height | No | ||
| column_widths | No | Optional explicit widths per column |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||