MM
Asked
hello
In some reports
When I want to export the data to Excel format it gets an error, and the command is not done
Especially in product reports because I need them most
" HTTP ERROR 500 "
Note that the rest of the reports are working properly
Please help and thank you
In some reports
When I want to export the data to Excel format it gets an error, and the command is not done
Especially in product reports because I need them most
" HTTP ERROR 500 "
Note that the rest of the reports are working properly
Please help and thank you
- MSAnsweredHello,
I will fix this in next update. If you need it urgent, you can replace the
```
PHPExcel_Style_Border::BORDER_MEDIUM
```
with
```
'medium'
```
in `app/controllers/admin/Reports.php`
Thank you - Login to Reply