You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
7 lines
332 B
Plaintext
Vendored
7 lines
332 B
Plaintext
Vendored
:: JSON data can also be passed as a path to a .json file
|
|
|
|
oint gsheets SetCellValues ^
|
|
--token "***" ^
|
|
--spreadsheet "1mXrDXkaUW6JmsoKb_oo2Y0GmWBI2M2JbrbXglk_KSZY" ^
|
|
--data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" ^
|
|
--sheetname "Sheet2" |