For the complete documentation index, see llms.txt. This page is also available as Markdown.

Populate simple table

Tables enable you to edit tables in your template for use in your presentation.

Example below populates a dummy table shape with text.

  1. Find the shape name you want to update. See here to find shape names.

  2. Use the data_cells object to populate a table shape. It is a 2-dimensions array of cell values. Each cell value can be a simple string or a text object.

Before and after

Template Presentation

JSON Payload

Last updated