| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.spreadsheet.SpreadsheetEntry | |||
One spreadsheet, when listing all spreadsheets you have access to.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Kind category term used to label the entries that contains spreadsheet data. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Category used to label entries that contain spreadsheet data. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new uninitialized entry, to be populated by the
GData parsers.
| |||||||||||
Constructs a new entry by doing a shallow copy from another BaseEntry
instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares extensions (although Spreadsheet Kind currently has none).
| |||||||||||
Gets the first worksheet in the spreadsheet.
| |||||||||||
Gets the non-user-friendly key that is used to access the spreadsheet.
| |||||||||||
Gets the link with which you can open up the spreadsheet in a Web
browser, the full Google Spreadsheets user interface.
| |||||||||||
Gets the URL for this spreadsheet's worksheets feed.
| |||||||||||
Gets all worksheet entries that are part of this spreadsheet.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Kind category term used to label the entries that contains spreadsheet data.
Constructs a new uninitialized entry, to be populated by the GData parsers.
Constructs a new entry by doing a shallow copy from another BaseEntry instance.
| sourceEntry |
|---|
Declares extensions (although Spreadsheet Kind currently has none).
| extProfile | The ExtensionProfile to initialize. |
|---|
Gets the first worksheet in the spreadsheet. This is very useful if your spreadsheet only has one worksheet.
| IOException | |
|---|---|
| ServiceException |
Gets the non-user-friendly key that is used to access the spreadsheet. This is the key that can be used to open the spreadsheet in a Web browser, such as, http://spreadsheets.google.com/ccc?key={key}.
Gets the link with which you can open up the spreadsheet in a Web browser, the full Google Spreadsheets user interface.
Gets the URL for this spreadsheet's worksheets feed. You can then create a query using this URL to query this worksheet's sheets.
Gets all worksheet entries that are part of this spreadsheet. You must be online for this to work.
| IOException | |
|---|---|
| ServiceException |