1. The include
require_once 'Spreadsheet/Excel/Reader/OLERead.php';
on line 31 in Excel/reader.php should rather say
require_once 'OLEread.php';
and oleread.inc be renamed to OLEread.php.
2. The example excel document jxlrwtest.xls are corrupt.
(3. example2.php uses short php tag (<? rather than <?php)
This is rather an opinion on bad practice rather than a bug.)
- BUT; great work