sorry for my english...
I am trying implement phpexcel to read diferent type of files specifically .xls, .xlsx and .ods files.
I am using this example for my tests
With .xls files... all ok. with .xlsx files... all ok. but.. with .ods files, it's showing only 1 empty row.
I have used also this other example. At this one I have selected manually the class to use and file to use, but the same problem.
Some idea about this issue?
Regards