K
K
kikuuu2020-10-22 10:56:39
Google Apps Script
kikuuu, 2020-10-22 10:56:39

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

1 answer(s)
E
Evgeny Palych, 2020-10-22
@xzKakoyLogin

var ss = SpreadsheetApp.openById('id_таблицы');
ss.deleteSheet(ss.getSheetByName('Лист2'));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question