PHPExcel Library Not Working with PHP 8.0 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: PHPExcel Library Not Working with PHP 8.0 (/showthread.php?tid=91008) |
PHPExcel Library Not Working with PHP 8.0 - amirkhalid - 06-04-2024 I have upgraded my PHP Version to 8.0 and I am using Codeigniter 3, but PHP Excel library is not working with PHP 8.0. Suggest me compatible PHP Excel Library with Codeigniter 3 & PHP 8.0 RE: PHPExcel Library Not Working with PHP 8.0 - Bosborne - 06-05-2024 What do you use the library for? I currently have projects that can import CSV files. I also export single lines to a CSV file but that is trivial. RE: PHPExcel Library Not Working with PHP 8.0 - JustJohnQ - 06-05-2024 This is the new version: https://github.com/PHPOffice/PhpSpreadsheet |