Hi,
I am populating my text into the excel sheet cells from a xml configuration file.
I required to some confitional formating. For example, the contect tag inside my xml contains a value "Hello there, this is a sample text".
I want sample text to appear in bold.
Does, Cell.PutValue allows any conditional tags e.g. (the way we do in HTML). So if I put "Hello there, this is a sample text" cell would automatically display sample text in bold.
I understand, this is not html, however; is there any work around with aspose.cells?
Thanks for your help in advance.
Regards, Vinay