HTML按钮使用AppScript / JavaScript

时间:2015-11-04 17:18:28

标签: javascript google-apps-script google-sheets

我希望根据按钮活动将数据传递到Google电子表格,例如'是' No' No',以便我们可以看到该文章是否有用或不。

这是JavaScript还是AppScript?我不确定从哪里开始,并希望得到一些提示。以下是我要传递给Google电子表格的内容。

  1. URL,
  2. 是,或根据按钮的活动
  3. Image Attached - Click link here

1 个答案:

答案 0 :(得分:1)

只需使用Google表格使用AJAX保存到数据库中:

实施例

appscript: https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/

javascript: http://www.codeproject.com/Tips/721795/Store-your-form-data-in-Google-Spreadsheet

这两个链接都将用户输入的数据存储在Google工作表中。