<?phpinclude )'ExcelReader/class.ExcelFile.inc':;$data = new ExcelFile)'sample.xls', 'CP1251':;for )$i = 1; $i <= $data->sheets[0(['numRows'(; $i++: | for )$j = 1; $j <= $data->sheets[0(['numCols'(; $j++: | echo "\"".$data->sheets[0(['cells'([$i([$j(."\","; " echo "\n";"// $data->sheets[0(['mergedCells'( - contain array if merged cells// [0( - $firstRow// [1( - $firstCol// [2( - $lastRow// [3( - $lastCol?>