- The spreadsheet is updated
- Notification is sent to system email address.
- System responds to email notification
- Pull spreadsheets
- Updates local data source from spreadsheet content.
Google Spreadsheet as Real-Time Data Source
Written by
Kin Lane
· 2 min read
· 2 min read
I was just talking with Google I/O events team about keeping events sessions up to date on the conference and event sessions page. Sessions change rapidly and updates are needed by multiple teams in real-time.
Web-site(s), support personnel, marketing, etc all need updated information. There are multiple digital and human sources that need the updates.
There are also multiple people potentially making updates to the data. In the business world people default to using a spreadsheet to store information, with the introduction of Google Docs you can easily share this information from a central location.
It is easy to turn on Notification Rules that send email alerts to users when updates are made. Once you follow the link, you can easily see which cell(s) were updated.
This can also be an easy way to update other web sites or other non-human sources. You can send email updates to a system email account, when received it can then pull the spreadsheet through the Google Docs API.
Thus creating a real-time update system.