This topic is locked
[SOLVED]

 How can I install PHPSpreadsheet into phprunner project

4/20/2020 7:28:22 AM
PHPRunner General questions
J
jacktonghk authorDevClub member

I would like to update an Excel file in my project. I found his PHPSpreadsheet seems a good tool to update an Excel. How can I install this library into PHPrunner? Thanks.

J
jacktonghk authorDevClub member 4/20/2020



Check this:

https://asprunner.com/forums/topic/27283-create-invoice-in-word-excel-or-pdf-and-send-email/


Thank you But which folder should I put the PHPSpreadsheet files? Under my project folder or PHPRunnerPlugin or elsewhere? Many thanks.

Admin 4/20/2020

You can place it anywhere on your web server. Check that article and make sure that require_once, in the beginning, points to the correct folder.

J
jacktonghk authorDevClub member 4/20/2020



You can place it anywhere on your web server. Check that article and make sure that require_once, in the beginning, points to the correct folder.


I see. Thank you very much!!