【发布时间】:2020-09-11 21:32:45
【问题描述】:
在谷歌表格脚本中,我们编写了动态改变谷歌表单的函数
如果我们想在 google 表单中添加名称字段,那么我们在 google sheet 脚本中编写:
form.addTextItem().setTitle(NAME);
我的问题是,在google表单中,是否有文件上传选项(文件上传填写表单的人),那么哪个函数用于在google sheet脚本中设置文件上传(添加文件)?
简短回答-form.addTextItem();
对于文件上传 - ??
【问题讨论】:
-
我认为this 是相关的。
标签: google-apps-script google-sheets file-upload google-forms