File "Excel.php"

Full Path: /home/ichhrkpd/public_html/idcm_old/system/libraries/Excel.php
File size: 214 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
require_once('PHPExcel.php');

class Excel extends PHPExcel
{
 public function __construct()
 {
  parent::__construct();
 }
}

?>