Last active
December 23, 2017 08:04
-
-
Save wmakeev/5affc6ea4bc7662d9232b9b1872d5d74 to your computer and use it in GitHub Desktop.
Google App Script Spreadsheet events
This file contains hidden or 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
{ | |
"authMode":{}, | |
"range":{ | |
"columnStart":13, | |
"rowStart":85, | |
"rowEnd":85, | |
"columnEnd":13 | |
}, | |
"source":{}, | |
"user":{ | |
"nickname":"", | |
"email":"" | |
}, | |
"value":"102" | |
} |
This file contains hidden or 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
{ | |
"authMode":{}, | |
"range":{ | |
"columnStart":6, | |
"rowStart":81, | |
"rowEnd":81, | |
"columnEnd":6 | |
}, | |
"source":{}, | |
"oldValue":"2.0", | |
"user":{ | |
"nickname":"","email":"" | |
}, | |
"value":{ | |
"oldValue":"2.0" | |
} | |
} |
This file contains hidden or 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
{ | |
"authMode":{}, | |
"range":{ | |
"columnStart":6, | |
"rowStart":82, | |
"rowEnd":82, | |
"columnEnd":6 | |
}, | |
"source":{}, | |
"oldValue":"3.0", | |
"user":{ | |
"nickname":"", | |
"email":"" | |
}, | |
"value":"5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment