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);
}
}
En esta página del sitio puede ver el video en línea While Loop() Time Delay App Script- Google Sheet Tutorial - How To Use While Loop - Sleep- Hindi de Duración hora minuto segunda en buena calidad , que subió el usuario Bucket Full of Knowledge 23 mayo 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 7,254 veces y le gustó 59 a los espectadores. Disfruta viendo!