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);
}
}
Sur cette page du site, vous pouvez voir la vidéo en ligne While Loop() Time Delay App Script- Google Sheet Tutorial - How To Use While Loop - Sleep- Hindi durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Bucket Full of Knowledge 23 mai 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 7,254 fois et il a aimé 59 téléspectateurs. Bon visionnage!