![]() |
Error when loading PHPExcel/Worksheet - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Error when loading PHPExcel/Worksheet (/showthread.php?tid=55972) |
Error when loading PHPExcel/Worksheet - El Forum - 11-19-2012 [eluser]Unknown[/eluser] Hi, Would you tell me what's wrong in this code please Code: $this->load->library('PHPExcel'); I Have the folowing error "Fatal error: Call to a member function getSheetByName() on a non-object in /system/libraries/PHPExcel/Worksheet.php on line 657" Error when loading PHPExcel/Worksheet - El Forum - 11-21-2012 [eluser]Otemu[/eluser] Try this example here http://www.ahowto.net/php/easily-integrateload-phpexcel-into-codeigniter-framework |