PHP 클래스 Google\Spreadsheet\SpreadsheetService

저자: Asim Liaquat ([email protected])
파일 보기 프로젝트 열기: asimlqt/php-google-spreadsheet-client 1 사용 예제들

공개 메소드들

메소드 설명
getPublicSpreadsheet ( string $id ) : WorksheetFeed 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 ( ) : SpreadsheetFeed Fetches a list of spreadsheets from google drive.

메소드 상세

getPublicSpreadsheet() 공개 메소드

Get public spreadsheet
public getPublicSpreadsheet ( string $id ) : WorksheetFeed
$id string Only the actual id and not the full url
리턴 WorksheetFeed

getResourceById() 공개 메소드

All classes which have a "getId()" method can be used. e.g. - SpreadsheetFeed - Spreadsheet - WorksheetFeed - Worksheet - ListFeed - CellFeed
public getResourceById ( string $resource, string $id ) : Object
$resource string the full path of the class
$id string the id (full url) of the resource
리턴 Object

getSpreadsheetFeed() 공개 메소드

Fetches a list of spreadsheets from google drive.
public getSpreadsheetFeed ( ) : SpreadsheetFeed
리턴 SpreadsheetFeed