【发布时间】:2020-11-05 20:59:13
【问题描述】:
我想通过 Google Doc API 将嵌入式 Google Sheets 表格插入到 Google Doc 中。我曾希望我可以通过EmbeddedObject 做到这一点。 EmbeddedObject 的定义包括一个用于 LinkedContentReference 的字段,但尽管有通用名称,但 LinkedContentReference 对象似乎只引用了 Sheets 图表。
有没有办法通过 API 将 Sheets 表格嵌入到 Google Doc 中?
我确实注意到 Google 表格提供了表格图表作为图表类型。这可能是一种有效的解决方法。
【问题讨论】:
标签: google-sheets google-docs google-docs-api