Hello,
Need assistance in setting different colors to the content in a cell with Aspose Cells Java API.
For example,
Cell cell = cells.get(“A1”);
cell.setValue(“Hello Aspose”);
How do I set the red color to hello and the blue color to Aspose content separately?
Thanks in Advance