©2012 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
The Google Spreadsheets API allows client applications to programmatically access and manipulate user data stored in Google Spreadsheets. Here are some of the things you can do with the API:
SpreadsheetsRetrieve spreadsheets that match a specific ID or title. |
ListsTreat a worksheet as a list of rows, keyed on column name, using Lists of data. |
WorksheetsManage worksheets in a spreadsheet, or search for worksheets by ID or title. |
CellsManage data in a worksheet based on cell positions using Cells of data. |
|
Documents: While the Spreadsheets API can be used to create and retrieve data in Google Spreadsheets, it cannot be used to create spreadsheets or manage their permissions. For that, you can use the Google Documents List API. |
|