๐พapp.sheetByName()
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GAS โฉ app โฉ methods โฉ sheetByName()
โฌ๏ธ ้่ฆ๏ผ app.sheet.prototype
// ๐ธ app.sheetByName()
sheetByName(name) {
const ss = app.spreadsheet;
let sheet = ss.getSheetByName(name);
// if no such sheet, append a new one.
if(sheet
sheet === sheet.activate() // false โ๏ธโ๏ธโ๏ธ