gdata . spreadsheets .client index /usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/spreadsheets/client.py Contains a client to communicate with the Google Spreadsheets servers. For documentation on the Spreadsheets API, see: http://code.google.com/apis/spreadsheets/ Modules atom gdata Classes gdata.client.GDClient ( atom.client.AtomPubClient ) SpreadsheetsClient gdata.client.Query ( __builtin__.object ) CellQuery ListQuery TableQuery SpreadsheetQuery WorksheetQuery class CellQuery ( gdata.client.Query ) Method resolution order: CellQuery gdata.client.Query __builtin__.object Methods defined here: ModifyRequest = modify_request (self, http_request) __init__ (self, min_row =None , max_row =None , min_col =None , max_col =None , range =None , return_empty =None , **kwargs) Adds Cells-feed speci...