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);
}
}
In questa pagina del sito puoi guardare il video online While Loop() Time Delay App Script- Google Sheet Tutorial - How To Use While Loop - Sleep- Hindi della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Bucket Full of Knowledge 23 maggio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 7,254 volte e gli è piaciuto 59 spettatori. Buona visione!