是否可以使用新的 google 文档 API 插入新的 table?
Is it possible to insert a new table using the new google docs API?
我对指南和文档的阅读表明 google 文档 api v1 使
- 读取一个 table 单元格
- 插入 table 单元格
- insert/delete table 行
.. 但是还不能通过 API?
插入新的 table
对吗? (据我所知,可以使用 AppsScript 创建一个新的 table。)
正如 Tanaike 在上面的评论中所发表的那样,从 2019 年 6 月 14 日起,这现在是可能的。
在此处查看更新的文档:
https://developers.google.com/docs/api/reference/rest/v1/documents/request#inserttablerequest
我对指南和文档的阅读表明 google 文档 api v1 使
- 读取一个 table 单元格
- 插入 table 单元格
- insert/delete table 行
.. 但是还不能通过 API?
插入新的 table对吗? (据我所知,可以使用 AppsScript 创建一个新的 table。)
正如 Tanaike 在上面的评论中所发表的那样,从 2019 年 6 月 14 日起,这现在是可能的。 在此处查看更新的文档:
https://developers.google.com/docs/api/reference/rest/v1/documents/request#inserttablerequest