Update a specific cells in existing table
How to update a specific cells without editing existing cells
Last updated
How to update a specific cells without editing existing cells
Last updated
{
"presentation": {
"template": "Table-Shape-New-Data.pptx",
"export_version": "Pptx2013",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [
{
"name": "Mytable",
"data_cells": [
[
null,
null,
null,
null
],
[
null,
null,
"NA",
null
],
[
null,
null,
null,
null
],
[
null,
null,
null,
null
],
[
"FIAT",
"30%",
"40%",
"50%"
]
]
}
]
}
]
}
}