I'm currently using the Google Spreadsheets API V4 to read a spreadsheet. It works fine, I read and write through it and the changes are immediately reflected in the Google spreadsheet. However, I want changes I make through the web browser to be reflected in my app as well. I can't see any events in the API, and I can't find any way to do it in Google either.
The spreadsheet is relatively large (1500+ rows), so I can't constantly check every single cell for a change.