Run Google-apps-script on Google-Spreadsheet event?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-03-18T22:52:31Z Indexed on 2010/03/20 14:51 UTC
Read the original article Hit count: 556

If I create a Google apps script, can I hook it up to Google spreadsheet to run based on an event, or must I manually invoke it?

I don't know if Google spreadsheet supports any events.

For example: a Google app script that strikes out rows in the spreadsheet that have been marked completed by way of a column having the digit 1 beside completed rows. I would like this to run whenever a row is modified, or even when the spreadsheet is first loaded.

© Stack Overflow or respective owner

Related posts about google-spreadsheet

Related posts about JavaScript