The Google Sheets API lets developers write third-party applications that read and modify any aspect of spreadsheets. Not to be confused with [google-apps-script]
The Google Sheets REST API enables developers to create applications that read and modify the data in Google Sheets.
This API is useful for:
- Managing the worksheets in a Google Sheets file
- Consuming the rows of a worksheet
- Managing cells in a worksheet by position
- Performing complex formatting of cell text
Example quickstarts are available for most popular languages, along with Google-provided client libraries.
References