You've got an error in the "Usage" section:
We read:
" $cells = $xl_reader[0]['cells']; //the array of cell information"
And it should be:
" $cells = $xl_reader->sheets[0]['cells']; //the array of cell information"
Greetings from Spain and thank you for your work.
Arturo.
amartin@conetxia.com