You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to read from google spreadsheet and i would like to read from only those cells that were changed/added. (not pulling the entire spreadsheet)
I know that Google Sheets APIs allow for onchange events to be added to the cells, and use push notifications to only send data for cells that were actually changed.
How this can be done with this library?
The text was updated successfully, but these errors were encountered:
Guys hi,
I would like to read from google spreadsheet and i would like to read from only those cells that were changed/added. (not pulling the entire spreadsheet)
I know that Google Sheets APIs allow for onchange events to be added to the cells, and use push notifications to only send data for cells that were actually changed.
How this can be done with this library?
The text was updated successfully, but these errors were encountered: