How to use PhpSpreadsheet without installation (like PHPExcel)

前端 未结 4 1402
星月不相逢
星月不相逢 2020-12-14 17:52

According to the PhpSpreadsheet Doc it\'s neccessary to install it with composer. In my case I just have a webspace without Terminal but Plesk. Is it anyway possible to use

4条回答
  •  囚心锁ツ
    2020-12-14 18:11

    In your case there are two options for you!

    Answer: 1

    Alternative method without terminal

    Run composer with a PHP script in browser

    Answer: 2

    Third party sites, which allow to download composer packages online. get PHPspreadsheet latest version.

    https://php-download.com/package/phpoffice/phpspreadsheet

    Bonus You can download almost any composer packages @ https://php-download.com

提交回复
热议问题