OnDataChange event for Google Spreadsheet in JavaScript? -


i have application extracs data google spreadsheet (embedded via iframe) update model of single page app written in angular + ruby in backend.

i want update angular model whenever data in spreadsheet changes.

is there way know if data in spreadsheet has changed update angular model without checking every few seconds? ondatachange event?

thanks in advance?

there onedit event in google apps script: https://developers.google.com/apps-script/understanding_triggers

you can use urlfetchapp.fetch() notify app has updated.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -