Answer the question
In order to leave comments, you need to log in
How in GoogleScript to remove the desired sheets from the desired table?
How to delete sheets in a table in google scripts by setting their name? Tell me please.
Answer the question
In order to leave comments, you need to log in
var ss = SpreadsheetApp.openById('id_таблицы');
ss.deleteSheet(ss.getSheetByName('Лист2'));
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question