如何使用CI将数据导出到xlsx和word?请帮帮我
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';