[SOLVED] Â PHPExcel - PHPspreadsheet Plugins in General |
11/1/2019 2:28:55 PM |
PHPRunner General questions | |
![]() I added a plugin phpspreadsheet to my source folder PHPspreadsheet as PHPexcel is deprecated in 7.0 php. Xlinesoft is still using PHPexcel . I can send emails as attachments from the old PHPexcel but this particular script will not work in PHP 7.0 + |
|
![]() |
woodey2002 11/3/2019 |
Hi John, |
![]() |
lefty author 11/3/2019 |
Hi John, When adding external JS libraries, I follow the instructions outlined is this video tutorial. https://www.youtube....h?v=9ltwvsZH0vY Using the principles here may at least get the library into your built project. If you add a library using the method mentioned in the video, you need to restart phprunner before its available. Hope this helps somewhat. Cheers, James
|
![]() |
Admin 11/3/2019 |
Both adding files to 'source' folder and to 'Custom files' section in Editor will work in PHPRunner 10.x. |
![]() |
lefty author 11/4/2019 |
Both adding files to 'source' folder and to 'Custom files' section in Editor will work in PHPRunner 10.x. All you need to do is to add your PHP files using either option, reference them in the project and use relevant functions in your buttons and events. No need to edit any HTML or watch any videos. https://xlinesoft.co...ernal_files.htm
|