asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

Onchange events #190

Open gety9 opened 6 years ago

gety9 commented 6 years ago

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?