setVar('single_sheet', $filename); $xmlObj->setData($excelData); $xmlObj->unparse(); return $xmlObj->getData(); } }