nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 498 forks source link

Possible to read cell background color? #102

Closed michaelaguiar closed 6 years ago

michaelaguiar commented 8 years ago

I am looking through and I see functions for Styles, but can't seem to call them? Is this not possible?

RanveerSinghRockss commented 8 years ago

Even i am looking for the properties of the sheet. I tried accessing it but was not successful. When we use print_r() for the XLS file it shows all the properties of the file for each cells, but when been used for other files such as XLSX,ODS and CSV it does not show anything apart from the data it has.