1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00

33 lines
427 B
Plaintext
Raw Normal View History

2024-09-29 20:34:48 +03:00
 {
2024-10-07 22:33:10 +03:00
"spreadsheetId": "1RxiPYOBj1c0N1noQdDvunrgJqIdWf6jp-CyrxnU1jFY",
2024-09-29 20:34:48 +03:00
"valueRanges": [
{
"range": "Sheet2!B2",
"majorDimension": "ROWS",
"values": [
[
"ThisIsB2"
]
]
},
{
"range": "Sheet2!A3",
"majorDimension": "ROWS",
"values": [
[
"ThisIsA3"
]
]
},
{
"range": "Sheet2!B4",
"majorDimension": "ROWS",
"values": [
[
"ThisIsB4"
]
]
}
]
}