Hi all
i have an excel file generated by Excel 2000 but the excel reader seems unable to read it correctly.
i did sthg like:
$data->read($filename);
//print_r($data);
$size = $data->sheets[0]['numRows'];
echo $size
$size return 0
any1 know what the problem is?? where should i look into more close to debug the problem??\
thanks
this is the excel 2000 file which cause the problem