How to get the onEdit event to to be caught in a Google Apps Script when editing a spreasheet via api?

走远了吗. 提交于 2019-12-04 14:39:33

Publish as a web app:

it is possible to trigger Google apps script code using a URL, i.e. from the Google apps script editor Menu->publish->Publish as web app. You can then pass the id of the cell as a parameter to the "web app". and have the web app call the onEdit.

I suspect the "google-spreadsheet-api" has no way to do this, as even basic things such as "insert a row in the middle of a sheet", don't exist.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!