mamunur / php-excel-reader

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

Problem to read a xlsx file saved with libreoffice #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a xlsx file, generate with Excel program, and I open it with libreoffice 
(under Ubuntu). After I saved it in xlsx format, php-excel-reader make an error 
like :
Fatal error: Uncaught exception 'PHPExcel_Calculation_Exception' with message 
'Maubert!B2 -> Formula Error: An unexpected error occured' in 
/var/www/transect/plugins/phpExcel-1.8.0/Classes/PHPExcel/Cell.php on line 300

If the file is saved as ods file, it can be loaded (but others errors occur).

Tanks,

Eric.

Original issue reported on code.google.com by quinton....@gmail.com on 17 Jun 2014 at 7:27