1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/cli/gsheets/SetCellValues/bash.txt
Vitaly the Alpaca (bot) 87f5943084 Test data update (Jenkins)
2025-03-18 11:27:35 +03:00

7 lines
331 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint gsheets SetCellValues \
--token "***" \
--spreadsheet "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" \
--data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" \
--sheetname "Sheet2"