【发布时间】:2016-01-22 14:10:40
【问题描述】:
我有一个 PHP 代码,可以从 html 字符串创建 google doc。
$subcontent = "<h1>Some Text</h1>";
$mkFile = $this->_service->files->insert($file, array('data' => $subcontent, 'mimeType' => 'text/html', 'convert' => true));
是否有可能在创建的 google doc 中自动插入交互式图表,在 google doc 内容中手动输入值?
【问题讨论】:
标签: php graph google-drive-api interactive