How to export data to xlsx and word using CI ? help me please
if (preg_match('/MSIE ([\d\.]*)/', $_SERVER['HTTP_USER_AGENT'], $matches)) {
$version = $matches[1];
$problematicMimes = array('text/plain', 'text/html');
if (($version <= 5.5) && in_array($mimetype, $problematicMimes)) {
$mimetype = 'application/download';