define( 'ABSPATH', true );
include 'inc/simplexlsx.class.php';
require_once 'inc/excel_reader2.php';
$file = $form_state['storage']['file'];
$file->status = FILE_STATUS_PERMANENT;
$filepath = drupal_realpath($form_state['storage']['file']->uri);
################### mapping of excel readers ###################
$ext = pathinfo($filepath, PATHINFO_EXTENSION);
################################################################
$output = array();
//extension logic starts here
$xlsx_rw = NULL;