Reading an XLS file with codeigniter 2.0
问题 I've got the following problem. I am trying to read an excel 97 - 2003 (XLS) file. The file is located within the codeigniter folder. Currently i am using the spreadsheet_excel_reader.php library to read the XLS file. Unfortunately i cannot get it working, it does recognize the XLS file and also reads the file, but when it's done parsing the file, it returns NULL This is what my method looks like. $CI =& get_instance(); $this->data_file = "./xls/BolFeed.xls"; //The XLS file and folder //$CI-