Background: I need to color an excele cell in red or green color. If cell is more zero that I need to color the cell in green (in right way from the middle of the cell), if the cell is less zero I need to color the cell in red (in left way from the middle of the cell).
I use "Microsoft.Office.Interop.Excel" library.
How shall I do this?
P.S. Cell color changing In Excel using C# is not a duplicate, because of i want to color only half of an excel cell, not full.