Question: Problem exporting data to an Excel file

Problem exporting data to an Excel file

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 " N

MM

Mohamad Midani

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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