V
Size: a a a
V
V
EN
EN
function on_off() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheetByName("Ч");
sheet.getRange("a2:a10").clearContent()
}V
EN
V
V
M
Ss
V
EN

V
V
AB
function on_off() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheetByName("Ч");
sheet.getRange("a2:a10").clearContent()
}