BIG
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>
LIST
'!!...PHP > !!...HowTo' 카테고리의 다른 글
[How To] Using JWT( JSON WEB TOKEN ) with PHP Type_02 (0) | 2023.09.28 |
---|---|
[How To] Using JWT( JSON WEB TOKEN ) with PHP Type_01 (0) | 2023.09.28 |
[How To] Apache PHP MariaDB 환경에서 WAS_02...? (0) | 2023.05.22 |
[How To] PHP 메모리 부족 메시지( Fatal error: Allowed memory size of ~ ) 출력상황 처리 방법 (0) | 2022.10.05 |
[How To] Codeigniter3.x :/system/core/Log.php (0) | 2022.07.29 |