With the current version:
unzip phpExcelReader.zip
vi Excel/reader.php
# change require_once to 'Excel/oleread.inc';
php example.php ----- infinite while loop
php example2.php ---- infinite while loop
it appears to get stuck in __readData's while loop as $block always equals 0.....