Error while exporting Excel using PHP Spreadsheet and CodeIgniter 3 in PHP 8.2
I'm facing an issue while exporting Excel using PHP Spreadsheet and CodeIgniter 3 in PHP 8.2. The error message is shown in the following image: Here is the code snippet that I'm using: $fileName = 'activityReport.xlsx'; $this->load->library('ciSpreadsheet'); $spreadsheet = new…