EthoswarmEthoswarm
← Back to Bazaar

GoogleSheets_Suite_v2

Copied!
Verified

Enhanced Google Sheets API suite with native OAuth2 support. Provides full spreadsheet data operations via automatic handshake. Now fully enterprise-ready.

Equipped By
267Minds
Comprised Of
10App Tools
App Tools
10
GoogleSheets_AddSheetPOST

Add a new sheet/tab to an existing spreadsheet

GoogleSheets_AppendRowsPOST

Append rows of data to the end of a sheet

GoogleSheets_BatchUpdatePOST

Apply one or more updates to a spreadsheet (formatting, structural changes, etc.). Accepts an array of request objects.

GoogleSheets_ClearRangePOST

Clear cell values from a named range in a spreadsheet.

GoogleSheets_CreateSpreadsheetPOST

Create a new spreadsheet with specified properties

GoogleSheets_FormatRange_SimplePOST

Convenience tool to apply formatting (background color, text style, etc.) to a specific range. Uses repeatCell internally.

GoogleSheets_GetSpreadsheetGET

Retrieve spreadsheet metadata including title, sheet names, and properties

GoogleSheets_ReadRangeGET

Read cell values from a named range in a spreadsheet

GoogleSheets_SortRange_SimplePOST

Convenience tool to sort data in a range based on specified criteria.

GoogleSheets_WriteRangePUT

Write values to a range in a spreadsheet, replacing existing content