kenan77 / php-excel-reader

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

$array['key'] = $data->dump(true, true); error #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I get this when trying: $array['key'] = $data->dump(true, true);

PHP Fatal error:  Cannot use object of type Spreadsheet_Excel_Reader as array 
in,

but dump returns an array... no?

Original issue reported on code.google.com by jose%jrc...@gtempaccount.com on 7 Feb 2011 at 1:07