The Google Spreadsheets data API allows client applications to view and update Spreadsheets content in the form of Google data API ("GData") feeds. Your client application can request a list of a user's spreadsheets, edit or delete content in an existing Spreadsheets worksheet, and query the content in an existing Spreadsheets worksheet.
Here are some of the things you can do with the Spreadsheets data API:
* Use a spreadsheet as a database and access data for another application via the Spreadsheets data API.
* Use an external graphing library with the Spreadsheets data API to add nice looking graphs to your site.
* Implement auto-filtering and other spreadsheet functionality in an application you build for your users.
Classes
| Class | Description | |
|---|---|---|
| CellEntry |
Entry API customization class for defining entries in a Cells feed.
| |
| CellEntry..::.CellElement |
GData schema extension describing a Cell in a spreadsheet.
| |
| CellFeed |
Feed API customization class for defining a Cells feed.
| |
| CellQuery |
A subclass of FeedQuery, to create a Spreadsheets cell query URI.
Provides public properties that describe the different
aspects of the URI, as well as a composite URI.
| |
| ColCountElement |
GData schema extension for rowCount element.
| |
| GDataSpreadsheetsNameTable |
Name Table for string constants used in the Spreadsheets
GData feeds.
| |
| ListEntry |
Entry API customization class for defining entries in a List feed.
| |
| ListEntry..::.Custom |
GData schema extension describing a custom element in a spreadsheet.
| |
| ListEntry..::.CustomElementCollection | Typed collection for Custom Extensions. | |
| ListFeed |
Feed API customization class for defining a List feed.
| |
| ListQuery |
A subclass of FeedQuery, to create a Spreadsheets list query URI.
Provides public properties that describe the different
aspects of the URI, as well as a composite URI.
| |
| RowCountElement |
GData schema extension for rowCount element.
| |
| SpreadsheetEntry |
Entry API customization class for defining entries in a Spreadsheets feed.
| |
| SpreadsheetFeed |
Feed API customization class for defining a myspreadsheets feed.
| |
| SpreadsheetQuery |
A subclass of DocumentQuery, to create a Spreadsheets spreadsheet query URI.
Provides public properties that describe the different
aspects of the URI, as well as a composite URI.
| |
| SpreadsheetsService |
The SpreadsheetsService class extends the basic Service abstraction
to define a service that is preconfigured for access to the
Google Spreadsheets data API.
| |
| WorksheetEntry |
Entry API customization class for defining entries in a Worksheets feed.
| |
| WorksheetFeed |
Feed API customzation class for defining Worksheets feed.
| |
| WorksheetQuery |
A subclass of DocumentQuery, to create a Spreadsheets worksheet query URI.
Provides public properties that describe the different
aspects of the URI, as well as a composite URI.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ReturnEmtpyCells | Enum to describe the different return empty parameters
|