populate_table
Insert data into a table at specified rows and columns. Provide an array of arrays to populate cells starting from a given row and column index.
Instructions
Populate a table with data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableIndex | No | Table index | |
| data | Yes | Array of arrays containing table data | |
| startRow | No | Starting row index | |
| startColumn | No | Starting column index |