Hello: I'm using PHPExcel in a project and need to apply different styles in the same cell.
This is an example: example image
as I can do?
Thank you!
Hello: I'm using PHPExcel in a project and need to apply different styles in the same cell.
This is an example: example image
as I can do?
Thank you!
You can do this using Rich Text. This is documented and there is an example provided in 05featuredemo.inc.php
There is even a helper utility in the 1.8.1 release that can be used to convert a block of html markup to a PHPExcel Rich Text Run, and example 42richText.php
demonstrating how to use it.