This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Test function for onEdit. Passes an event object to simulate an edit to | |
* a cell in a spreadsheet. | |
* | |
* Check for updates: http://stackoverflow.com/a/16089067/1677912 | |
* | |
* See https://developers.google.com/apps-script/guides/triggers/events#google_sheets_events | |
* | |
* on Script editor, set to debug THIS function, but create breakpoints | |
* on the onEdit Function |