Codeigniter 4.x 에서 Excel 파일의 데이타를 처리목적으로 사용하게 되었다.

 

Centos 7.x 환경

 

shell>
shell> curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin/ 
shell>
shell> sudo ln -s /usr/local/bin/composer.phar /usr/bin/composer
shell>
shell> sudo su ci4test 
shell>
shell> cd /home/ci4test/public_html
shell>
shell> composer install
shell>
shell> composer require phpoffice/phpspreadsheet
shell>