How to change color of a cell content in an excel sheet in QT? I know we can change background of a cell , change font of cell contents, change style of cell content.
For ex : QAxObject *fontproperty = cells->querysubobject("Font"); fontproperty->setproperty("Bold",true);
What should be the parameters for changing text color in a cell?