Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Gdata Spreadsheets
 SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/feeds/spreadsheets'
       Details
 Details SPREADSHEETS_POST_URI = 'http://spreadsheets.google.com/feeds/spreadsheets/private/full'
       Details
 Details WORKSHEETS_FEED_LINK_URI = 'http://schemas.google.com/spreadsheets/2006#worksheetsfeed'
       Details
 Details LIST_FEED_LINK_URI = 'http://schemas.google.com/spreadsheets/2006#listfeed'
       Details
 Details CELL_FEED_LINK_URI = 'http://schemas.google.com/spreadsheets/2006#cellsfeed'
       Details
 Details AUTH_SERVICE_NAME = 'wise'
       Details
 Detailsarray $namespaces = 'array'Namespaces used for Zend_Gdata_Photos
 Details
 DetailsGetWorksheetEntry(
          string $location
          )
        
        :
        WorksheetEntryGets a worksheet entry.
 Details
 Details__construct(
          Zend_Http_Client $client
              =
              null, string $applicationId
              =
              MyCompany-MyApp-1.0
          )
        
        :
        Create Gdata_Spreadsheets object
 Details
 DetailsdeleteRow(
          ListEntry $entry
          )
        
        :
        Deletes an existing row .
 Details
 DetailsgetCellEntry(
          string $location
          )
        
        :
        CellEntryGets a cell entry.
 Details
 DetailsgetCellFeed(
          string $location
          )
        
        :
        CellFeedGets a cell feed.
 Details
 DetailsgetListEntry(
          string $location
          )
        
        :
        ListEntryGets a list entry.
 Details
 DetailsgetListFeed(
          mixed $location
          )
        
        :
        ListFeedGets a list feed.
 Details
 DetailsgetSpreadsheetCellFeedContents(
          mixed $location, string $range
              =
              null, boolean $empty
              =
              false
          )
        
        :
        arrayReturns the content of all cells as an associative array, indexed off the cell location (ie 'A1', 'D4', etc). Each element of the array is an associative array with a 'value' and a 'function'.
Only non-empty cells are returned by default. 'range' is the value of the 'range' query parameter specified at: http://code.google.com/apis/spreadsheets/reference.html#cells_Parameters
 Details
 DetailsgetSpreadsheetEntry(
          string $location
          )
        
        :
        SpreadsheetEntryGets a spreadsheet entry.
 Details
 DetailsgetSpreadsheetFeed(
          mixed $location
              =
              null
          )
        
        :
        Zend_Gdata_Spreadsheets_SpreadsheetFeedGets a spreadsheet feed.
 Details
 DetailsgetSpreadsheetListFeedContents(
          mixed $location
          )
        
        :
        arrayReturns the content of all rows as an associative array
 Details
 DetailsgetSpreadsheets(
          mixed $location
              =
              null
          )
        
        :
        Zend_Gdata_Spreadsheets_SpreadsheetFeedAlias for getSpreadsheetFeed
 Details
 DetailsgetWorksheetFeed(
          mixed $location
          )
        
        :
        Zend_Gdata_Spreadsheets_WorksheetFeedGets a worksheet feed.
 Details
 DetailsinsertRow(
          array $rowData, string $key, string $wkshtId
              =
              default
          )
        
        :
        ListEntryInserts a new row with provided data.
 Details
 DetailsupdateCell(
          int $row, int $col, int $inputValue, string $key, string $wkshtId
              =
              default
          )
        
        :
        CellEntryUpdates an existing cell.
 Details
 DetailsupdateRow(
          ListEntry $entry, array $newRowData
          )
        
        :
        Updates an existing row with provided data.
 Details
 Details