【发布时间】:2021-12-07 12:20:07
【问题描述】:
我正在尝试将 html 转换为图像并将其保存到 Google Drive。我在这个网站上找不到例子,然后我问这个问题。
我在脚本上形成 html 文本并将其发送到电子邮件。它看起来像这样: HTML on Email
我想将 HTML Table 转换为图像并将其保存到 Google Drive 一些这样的结构:
file[i] = DriveApp.createFile(img);
file[i].setName(text + "_#" + (i + 1));
【问题讨论】:
标签: html google-apps-script google-sheets