excel to php - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: excel to php (/showthread.php?tid=75061) |
excel to php - Martin_Salas - 12-15-2019 My goal is to read data saved in an xls file. There is the library: https://github.com/PHPOffice/PhpSpreadsheet] Is it possible to use it in CI4? RE: excel to php - John_Betong - 12-17-2019 @Martin_Salas I use the Github PHPOffice on a couple of plain PHP sites and just tried it using CI4 and it works fine: https://ci4-strict.tk/excel |