You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-21 23:57:40 +02:00
11 lines
442 B
Plaintext
Vendored
11 lines
442 B
Plaintext
Vendored
Token = "ya29.A0AS3H6NzZhuWUBt5SK1krSUXDl1PlvawSraabkJU9I1Cd9GMbnXV194GtRveLkzC4TFqpg8CjFqwe1CqV-EEU-3BxUGa8srNcXC58Ie1LQOpjFZeSJWCMv7jAn...";
|
|
Spreadsheet = "1UQ50_7Akaz0ZfChNPjy1eaPfib19NymIVwPGEKGp5oM";
|
|
Sheet = "Sheet2";
|
|
|
|
CellsArray = New Array;
|
|
CellsArray.Add("B2");
|
|
CellsArray.Add("A3");
|
|
CellsArray.Add("B4");
|
|
|
|
Result = OPI_GoogleSheets.GetCellValues(Token, Spreadsheet, CellsArray, Sheet);
|