I am using phpexcelreader:
http://sourceforge.net/projects/phpexcelreader/
And It is working nicely compared to all the others I tried, But I am struggling to find a way to get background colors of the cells, or any color formatting to be honest.
Does anyone know of how to do this with this class, or, how to add it into this class?
It can’t be too hard, surely?
Assuming that
$datais the phpExcelReader object you can use:which is returned in
#FFFFFFformat.I think you can find some good docs here: http://code.google.com/p/php-excel-reader/wiki/Documentation
From user comments, the updated syntax is:
which is not covered in the docs.