get font color google sheets code example
Example: google script get font color
var color = myRange.getFontColor();
console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"
var color = myRange.getFontColor();
console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"