if (!defined('PHPEXCEL_ROOT')) {
define('PHPEXCEL_ROOT', dirname(__FILE__) . '/');
require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
}
$PHPExcel_file = \PHPExcel_IOFactory::load($this->excel_file);
$PHPExcel_file = IOFactory::load($this->excel_file);