add_table
Insert a table into a Keynote slide by defining the number of rows and columns, with optional positioning and sizing.
Instructions
Adds a table to a slide with the specified number of rows and columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position in points (default: 100) | |
| y | No | Y position in points (default: 100) | |
| rows | Yes | Number of rows | |
| width | No | Width in points (default: 600) | |
| height | No | Height in points (default: 300) | |
| columns | Yes | Number of columns | |
| slideIndex | Yes | 1-based slide index |