Yes! We have an externally available RESTful API where you can query for tables, and update/create/delete rows within tables programmatically. You can also access this API via Apps Script from within the Google Workspace ecosystem (formerly known as G Suite).
Enable API accessYou can enable the Tables from the Google Cloud Console here: https://console.cloud.google.com/apis/library?q=tables (APIs > Library > search "Tables").
At a high level, you should be able to query:
/v1alpha1/tables // To get a list of tables.
/v1alpha1/tables/{table id}/rows // To get a list of rows in a table.
/v1alpha1/tables/{table id}/rows/{row id} // To get a particular row.
Client librariesWe have two categories of API client libraries:
area120tables
".For more information on the difference between these two categories of client libraries, please see: https://cloud.google.com/apis/docs/client-libraries-explained.
Direct linksRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4