使用 php composer require phpoffice/phpspreadsheet 出現
PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar
解決方法:
改用 php -d memory_limit=-1 composer require phpoffice/phpspreadsheet 即可解決
參考:
https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors