get_table_data
Retrieve all data from a specific table in a Keynote slide as a 2D array of strings. Provide the slide and table indices to extract cell contents.
Instructions
Reads all data from a table and returns it as a 2D array of strings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slideIndex | Yes | 1-based slide index | |
| tableIndex | Yes | 1-based table index |