File "Excel.php"

Full Path: /home/ichhrkpd/public_html/idcm/application/libraries/PHPExcel/Excel.php
File size: 216 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();
	}
}


?>