populate_table
Fill an InDesign table with data from a 2D array. Specify starting row and column indices for custom placement.
Instructions
Populate a table with data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of arrays containing table data | |
| startRow | No | Starting row index | |
| tableIndex | No | Table index | |
| startColumn | No | Starting column index |