jroehl/gsheet.action

This action helps in CRUD operations on a google sheet.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
spreadsheetIdThe id of the spreadsheet to useyes
commands'The commands and arguments to use as an array - must be a valid json string e.g. [ { "command": "addWorksheet", "args": { "worksheetTitle": "test" }}, { "command": "updateData", "args": { "data": [["A1", "A2", "A3"]] }} ]' yes
namedescription
resultsThe results of all commands as an array