我使用Google幻灯片API生成演示文稿,我想使用此API创建表格,我尝试使用此功能来完成它并且效果很好,但它创建的表格为"rowHeight": { "magnitude": 3000000, "unit": "EMU" },
我想修改这个值,但我还没有找到。
G-slide API只有这些字段才能插入新行:
'insertTableRows'=> array(
'tableObjectId'=> $tableId,
'cellLocation'=> array(
'rowIndex'=> $rowIndex
),
'insertBelow'=> $insertBelow,
'number'=> $number
)
当我使用此功能时,我遇到了上述问题。