【发布时间】:2018-01-18 19:32:09
【问题描述】:
我希望自动化以下过程:
当 GoogleSheet 中的单元格值 = "particularValue" ---> 执行 SQL 脚本 ---> 导出 CSV。
我们可以使用 VBA for Excel 做到这一点。 GSheet 的等效项是 Google Apps 脚本。
有人可以分享一个可以运行 SQL 脚本的 GAS 代码吗?
【问题讨论】:
标签: sql google-apps-script google-sheets export-to-csv