Creates an instance of GoogleSheetsTable.
Deletes an existing row in the table.
The search function used to find the existing row to delete.
Finds all of the rows in the table that are identified by a set of keys.
A function that selects the key column within each row.
An array of keys to search for.
A dictionary of keys to matching rows.
Finds the first row within the table.
The search function.
The found row.
Finds all rows within the table.
All of the rows.
Finds all rows within the table and sorts them.
The columns to sort by.
All of the rows, sorted.
Finds zero or more rows within the table.
The search function.
The found rows.
Finds zero or more rows within the table and sorts them.
The search function.
The columns to sort by.
The found rows, sorted.
Updates the data of an existing row in the table.
The search function used to find the existing row to update.
An object containing the data to update.
The updated row.
Enables row-level interactions with a single sheet within a Google Sheets spreadsheet.
Export
GoogleSheetsTable