在使用Google Apps脚本时,我可以利用Document Service以编程方式创建Google Docs。此服务是否以Google API的形式提供,以便我可以在GAE/Java上使用它?
发布于 2012-10-04 21:28:03
不是的。
你现在能得到的最接近的方法就是用超文本标记语言构建你的文档,然后用convert=true上传它来创建一个原生的Google Doc
https://stackoverflow.com/questions/12725837
相似问题