I am usign phpexcel module to export excel. I have an array looks following:
temp=array(25,26,done|fail);
Here “done” should be green color and “fail” should be red color, and (done|fail) both come in same cell. What should I do for this?
Alternatively I can move them into seperate cell.
If done|fail are both displayed in the same cell, then you should look at using a rich text run for that content. There’s examples of this in /Tests/05featuredemo.inc.php (e.g. cell A18) and the developer documentation section 4.6.37