iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
534 stars 131 forks source link

Fatal error: 'break' not in the 'loop' or 'switch' context in \PHPExcel\PHPExcel\Calculation\Functions.php on line 581 #245

Closed swapnilb0506 closed 3 years ago

swapnilb0506 commented 5 years ago

Fatal error: 'break' not in the 'loop' or 'switch' context in \PHPExcel\PHPExcel\Calculation\Functions.php on line 581

This error come out for when download excel file open in excel 2007.

Please fix this problem . Thank you

johmue commented 5 years ago

@swapnilb0506 this project is not PHPExcel - please read my comment in reply to yours on issue #141

swapnilb0506 commented 5 years ago

@johmue I will try replace the php version 1.8

swapnilb0506 commented 5 years ago

@johmue I replace the php version 1.8 but give same problem

johmue commented 5 years ago

@swapnilb0506 https://github.com/PHPOffice/PHPExcel

swapnilb0506 commented 5 years ago

@johmue I try you mentioned phpExcel version but not solve problem
Exactly problem for when export excel sheet not content show in excel 2007 Please Solve