I want to remove all data checks from the sheet, tried to follow, but he does not get rid of them. Anyway, to do this through a script application?
var ss = SpreadsheetApp.getActiveSpreadsheet(); var accountSheet = ss.getSheetByName("Account A"); accountSheet.getRange(1,1,274,61).clear();
source share