Method |
Description |
|
__construct ( SimpleXMLElement $xml ) |
Initializes the worksheet object. |
|
delete ( ) : null |
Delete this worksheet |
|
getCellFeed ( array $query = [] ) : CellFeed |
Get the cell feed of this worksheet |
|
getCellFeedUrl ( ) : string |
Get the cell feed url |
|
getColCount ( ) : integer |
Get the number of columns in the worksheet |
|
getCsv ( ) : string |
Get csv data of this worksheet |
|
getEditUrl ( ) : string |
Get the edit url of the worksheet |
|
getExportCsvUrl ( ) : string |
Get the export csv url |
|
getGid ( ) : integer |
Get the worksheet GID |
|
getId ( ) : string |
Get the worksheet id. Returns the full url. |
|
getListFeed ( array $query = [] ) : ListFeed |
Get the list feed of this worksheet |
|
getListFeedUrl ( ) : string |
The url which is used to fetch the data of a worksheet as a list |
|
getRowCount ( ) : integer |
Get the number of rows in the worksheet |
|
getTitle ( ) : string |
Get the title of the worksheet |
|
getUpdated ( ) : DateTime |
Get the updated date |
|
getXml ( ) : integer |
Get the raw XML |
|
update ( string $title = null, integer $colCount = null, integer $rowCount = null ) : void |
Update worksheet |
|