Method |
Description |
|
__construct ( SimpleXMLElement $xml ) |
Initializes the spreadsheet object |
|
addWorksheet ( string $title, integer $rowCount = 100, integer $colCount = 10 ) : Worksheet |
Add a new worksheet to this spreadsheet |
|
getId ( ) : string |
Get the spreadsheet id |
|
getTitle ( ) : string |
Returns the title (name) of the spreadsheet |
|
getUpdated ( ) : DateTime |
Get the updated date |
|
getWorksheetByTitle ( $title ) : Worksheet |
Get a single worksheet by it's title. If there is more than
one worksheet with the same title then the first one matched
will be returned. |
|
getWorksheetFeed ( ) : WorksheetFeed |
Get all the worksheets which belong to this spreadsheet |
|
getWorksheetsFeedUrl ( ) : string |
Returns the feed url of the spreadsheet |
|
getXml ( ) : integer |
Get the raw XML |
|