What steps will reproduce the problem?
1. read the excel file of the attached file below
2. $data->read('Cupid_wrong.xls');var_dump( $data->sst ); die();
3. the special cell in the Cupid_wrong.xls:
"array (
'suc' => true,
'err_no' => 0,
'msg' => '',
'result' =>
array ( ),
)"
makes the other cells after it all wrong, why?
Original issue reported on code.google.com by chaogang...@163.com on 10 Sep 2010 at 9:48
Original issue reported on code.google.com by
chaogang...@163.com
on 10 Sep 2010 at 9:48Attachments: