I am trying to count cells by color in Excel with typescript. But I can't get the color back for cells that are in a range: Example:
let MyData = Mysheet.getRange("A1:C20").getFormat().getFill().getColor();
How to retrieve the color format for the cells in the range assuming they are empty?. I have tried trying to use for each statement to validate all cells, but it doesn't work with a string.
Thanks a lot
2.1m questions
2.1m answers
60 comments
57.0k users