Is it possible to change a cell's color with Smart Markers?

Knowing and using the Smart Markers feature, I’m looking for a way to not only specify the value of a cell but also the foreground color and/or background color of a cell based on a value from my data source.


Is this possible?

Hi,


I think you may try to use Conditional formattings on the markers cells. You may also try to use Aspose.Cells APIs to set conditional formattings accordingly after filling data to those smart markers (after workbookdesigner.Process statement), it may work fine for your needs.


Thank you.