set_table_data
Replaces table content on a Keynote slide with data from a 2D array of strings. Each inner array represents a row of cell values.
Instructions
Bulk-sets table data from a 2D array of strings. Each inner array is a row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | 2D array of strings — each inner array is a row of cell values | |
| slideIndex | Yes | 1-based slide index | |
| tableIndex | Yes | 1-based table index |