1

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'; 
ArK
  • 20,698
  • 67
  • 109
  • 136
  • 2
    Possible duplicate of [Create Excel file using PHP Codeigniter](http://stackoverflow.com/questions/9441221/create-excel-file-using-php-codeigniter) – Rav Nov 23 '16 at 02:42

0 Answers0