add_table
Insert a table into a slide with rows of data, specifying presentation ID and slide number, plus optional position and size.
Instructions
Add a table to a slide with rows and columns of data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | Height in inches (default: 4) | |
| w | No | Width in inches (default: 8) | |
| x | No | X position in inches (default: 1) | |
| y | No | Y position in inches (default: 1) | |
| rows | Yes | Array of rows, where each row is an array of cell values | |
| slideNumber | Yes | Slide number (1-based index) | |
| presentationId | Yes | The ID of the presentation |