SpreadsheetsResource class

Constructors

SpreadsheetsResource(ApiRequester client)

Properties

developerMetadata SpreadsheetsDeveloperMetadataResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheets SpreadsheetsSheetsResource
no setter
values SpreadsheetsValuesResource
no setter

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? 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

Operators

operator ==(Object other) bool
The equality operator.
inherited