A Code Igniter Wrapper for the PHP SpreadSheet Library @ https://github.com/PHPOffice/phpspreadsheet
A Code Igniter Wrapper for the PHPSpreadSheet Library @ https://github.com/PHPOffice/phpspreadsheet
Base Library Version @ v1.130
To install, download and install Splint from https://splint.cynobit.com/downloads/splint and then run the below from your Code Igniter project root
splint install francis94c/ci-spreadsheet
$this->load->package('francis94c/ci-spreadsheet');
$spreadsheet = $this->xlsx->spreadsheet();
$writer = $this->xlsx->xlsxWriter($spreadsheet);
with from CynoBit