SpreadsheetsResource class
Methods
-
batchUpdate(BatchUpdateSpreadsheetRequest request, String spreadsheetId, {String? $fields})
→ Future<BatchUpdateSpreadsheetResponse>
-
Applies one or more updates to the spreadsheet.
-
create(Spreadsheet request, {String? $fields})
→ Future<Spreadsheet>
-
Creates a spreadsheet, returning the newly created spreadsheet.
-
get(String spreadsheetId, {bool? excludeTablesInBandedRanges, bool? includeGridData, List<String>? ranges, String? $fields})
→ Future<Spreadsheet>
-
Returns the spreadsheet at the given ID.
-
getByDataFilter(GetSpreadsheetByDataFilterRequest request, String spreadsheetId, {String? $fields})
→ Future<Spreadsheet>
-
Returns the spreadsheet at the given ID.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited