File "IOFactory.php"

Full Path: /home/ichhrkpd/public_html/idcm/application/libraries/PHPExcel/Worksheet/IOFactory.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

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

require_once('PHPExcel/IOFactory.php');

class IOFactory extends PHPExcel_IOFactory
{
	public function __construct()
	{
		parent::__construct();
	}
}

?>