Свойство | Type | Description | |
---|---|---|---|
$entries | array | ||
$xml | SimpleXMLElement | The xml representation of the feed |
Méthode | Description | |
---|---|---|
__construct ( SimpleXMLElement $xml ) | Constructor | |
createCell ( integer $row, integer $col, string $value ) : |
Create a entry to insert data | |
editCell ( integer $rowNum, integer $colNum, string $value ) : void | Edit a single cell. the row and column indexing start at 1. | |
getBatchUrl ( ) : string | ||
getCell ( integer $row, integer $col ) : |
||
getEntries ( ) : array | Get the feed entries | |
getId ( ) : string | Get the feed id. Returns the full url. | |
getPostUrl ( ) : string | Get the feed post url | |
getXml ( ) : integer | Get the raw XML | |
insertBatch ( |
||
toArray ( ) : array | Returns the feed entries as a two-dimensional array, indexed by row/column number. Array may be sparse, if returned cell data is sparse. | |
updateBatch ( |
public __construct ( SimpleXMLElement $xml ) | ||
$xml | SimpleXMLElement |
public getEntries ( ) : array | ||
Résultat | array | \Google\Spreadsheet\CellEntry |
public insertBatch ( |
||
$batchRequest | ||
Résultat |
public updateBatch ( |
||
$batchRequest | ||
Résultat |