ivan-berezhnov / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

one error while parsing my excel #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: