![]() |
Sergey Kornilov admin 2/24/2019 |
Check this for inspiration: |
T
|
tisento author 2/27/2019 |
I did, what the link says: |
![]() |
Sergey Kornilov admin 2/27/2019 |
Change the path to include PHPExcel.php file that comes with PHPRunner? You can see where in the output folder it is located and adjust the path accordingly. |
T
|
tisento author 3/1/2019 |
Thanks a lot, require_once ('plugins/PHPExcel.php'); |
T
|
tisento author 3/1/2019 |
Sorry, Call to undefined method PHPExcel_Worksheet::rangeToArray()
|
![]() |
Sergey Kornilov admin 3/1/2019 |
I guess you cannot use a built-in version of PHPExcel in this case and need to use your own. |