简体   繁体   English

是否可以在Google文档中放置交互式图形图表?

[英]is it possible to put a interactive graph chart in google doc?

I have a PHP code that creates google doc from html as string. 我有一个PHP代码,可从HTML作为字符串创建google doc。

$subcontent = "<h1>Some Text</h1>";
$mkFile = $this->_service->files->insert($file, array('data' => $subcontent, 'mimeType' => 'text/html', 'convert' => true));

is it possible that in the created google doc can automatically insert a interactive graph giving manually input value inside the google doc content? 是否可以在创建的Google文档中自动插入一个交互式图形,从而在Google文档内容中手动输入值?

not possible in google docs as of nov. 截至11月,无法在Google文档中使用。 2015 2015年

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM