Google Appscripts Cell Dapatkan Warna Latar Belakang
var cell = sheet.getRange("B5");
Logger.log(cell.getBackground()); // e.g. #ffffff
Arno Deceuninck
var cell = sheet.getRange("B5");
Logger.log(cell.getBackground()); // e.g. #ffffff