0

我需要将 HTML 文件转换为 Google 文档。我现在的尝试是这样的:

var html_file = DocsList.createFile('myfile.html', data, "text/html");
var docs_file = html_file.getAs('application/??').getBytes();

谷歌文档的 mimetype 应该是什么?我的方法正确吗?

4

1 回答 1

0

遗憾的是,目前无法将文件转换为原生 Google 文档格式(文档、电子表格、演示文稿等)。

于 2012-09-05T16:51:08.063 回答