1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-13 00:07:51 +02:00

7 lines
331 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
# JSON data can also be passed as a path to a .json file
oint gsheets SetCellValues \
--token "***" \
2024-11-01 14:44:15 +03:00
--spreadsheet "1QU_r2hKxZd6ppvkCFhC6iqNbt9HvLdUjIO07ilO1lXk" \
2024-10-20 22:15:39 +03:00
--data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" \
--sheetname "Sheet2"