How can I detect new row or updated row in Google Sheets through the api? -


can me figure out how detect new row or updated row in google sheets through api ? webhook ?

i think can of apps script. can use trigger here detect if change in spreadsheet. triggers let apps script run function automatically when event, opening document, occurs. simple triggers set of reserved functions built apps script, function onopen(e), executes when user opens google docs, sheets, or forms file. more information, check related so question.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -