📜  google appscripts 单元格获取背景颜色 - 汇编代码示例
📅  最后修改于: 2022-03-11 14:48:10.533000             🧑  作者: Mango
代码示例1
var cell = sheet.getRange("B5");
Logger.log(cell.getBackground()); // e.g. #ffffff