Populate simple table
Fill a table using a two-dimensional array of cell values


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Table 1",
"data_cells": [
[
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun"
],
[
"45",
"65",
"23",
"63",
"74",
"69"
],
[
"1",
"98",
"6",
"45",
"41",
"60"
]
]
}
]
}
]
}
}Last updated