Add RTL Table to Document
add_table_to_documentAppend a structured table to an existing Word document, supporting right-to-left layout, custom headers, shading, and borders.
Instructions
Appends a structured table with RTL layout (w:bidiVisual), header styling, custom cell shading, and borders to a Word document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Row data | |
| isRtl | No | RTL layout flag | |
| columns | Yes | Column header definitions | |
| filePath | Yes | Path to .docx file |