Google Sheet App Script /JavaScript Programming Tutorial in Hindi
In this video tutorial I have shown how to use while loop function and time delay to loop through various cell of range and set value of them by writing a program in java /App script in script editor of google sheet.
Topics covered in this video are : Java/App Script, App Script ,script editor, spreadsheet app structure, functions like While loop () utilites, sleep ()
#SpreadSheet #AppScript #ScriptEditor #GoogleSheet #JavaScript
JavaScript code used in video:
function myFunction() {
var ss= SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Data1");
var a= 1;
while (ss.getRange("C1").getValue()!="x"){
ss.getRange(a, 1).setValue(100);
a++;
Utilities.sleep(2000);
}
}
Nesta página do site você pode assistir ao vídeo on-line While Loop() Time Delay App Script- Google Sheet Tutorial - How To Use While Loop - Sleep- Hindi duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Bucket Full of Knowledge 23 Maio 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 7,254 vezes e gostou 59 espectadores. Boa visualização!