Method | Description | |
---|---|---|
getPublicSpreadsheet ( string $id ) : |
Get public spreadsheet | |
getResourceById ( string $resource, string $id ) : Object | Fetch a resource directly with having to traverse the tree from the top. This will provide a huge performance benefit to the application if you already have the id. | |
getSpreadsheetFeed ( ) : |
Fetches a list of spreadsheets from google drive. |
public getPublicSpreadsheet ( string $id ) : |
||
$id | string | Only the actual id and not the full url |
return |
public getResourceById ( string $resource, string $id ) : Object | ||
$resource | string | the full path of the class |
$id | string | the id (full url) of the resource |
return | Object |
public getSpreadsheetFeed ( ) : |
||
return |