In this video, You will be able install phpspreadsheet using composer in CodeIgniter.
CodeIgniter version 3 is used.
download composer from here
https://getcomposer.org/
Firstly install composer
After installing composer check its version with composer -v command
then run command for installing phpspreadsheet
composer require phpoffice/phpspreadsheet
a vendor folder will be created in your project folder
inside vendor folder you can check phpoffice folder
inside that check for spreadsheet folder
Thats it, you have successfully installed phpsreadsheet in your codeigniter project
Code Link
https://github.com/sushma-singh-yadav...
#codeigniter #knowledgethrusters