I have a cell that has conditional formatting applied and a static color (green). The cell is red, if you view it in Excel (because of conditional formatting). If I use getStartColor()
, I get the static color: green. If I use getEndColor()
I get white. I'd like to get the red one.
How can I do that?