You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
11 lines
442 B
Plaintext
Vendored
11 lines
442 B
Plaintext
Vendored
Token = "ya29.a0AQQ_BDTEToh-GItDaON1RKItxn8oyyucs96C7wzRz-nN6Qcr3d7C5ogtN18HBpUDAewZxDbcc3jAtrj2aIO0zuU4KLYSMRkyFoLt8ZuczyuBGNtxdl-3opaY1...";
|
|
Spreadsheet = "13afoJH0k-2vlOHFXzQRV4sFY6BKpP9b48l27A4FQAz0";
|
|
Sheet = "Sheet2";
|
|
|
|
CellsArray = New Array;
|
|
CellsArray.Add("B2");
|
|
CellsArray.Add("A3");
|
|
CellsArray.Add("B4");
|
|
|
|
Result = OPI_GoogleSheets.GetCellValues(Token, Spreadsheet, CellsArray, Sheet);
|