【发布时间】:2017-04-10 23:19:44
【问题描述】:
我正在尝试使用谷歌脚本删除谷歌电子表格中的特定行。我已经创建了单独的 html 页面以插入行 id。但是当我运行程序时,我得到了这个错误。
{"result":"error","error":{"message":"找不到方法 deleteRow((class)).","name":"InternalError","fileName":"Code", "lineNumber":52,"stack":"\tat Code:52 (handleResponse)\n\tat Code:18 (doGet)\n"}}
Here is my source code and I have created java script file in the same folder and external html file 参考资料-https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
【问题讨论】:
标签: google-apps-script google-sheets