fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10393] property: excel


From: Sigurd Nes
Subject: [Fmsystem-commits] [10393] property: excel
Date: Wed, 31 Oct 2012 10:09:22 +0000

Revision: 10393
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10393
Author:   sigurdne
Date:     2012-10-31 10:09:22 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
property: excel

Modified Paths:
--------------
    trunk/property/inc/class.bocommon.inc.php

Modified: trunk/property/inc/class.bocommon.inc.php
===================================================================
--- trunk/property/inc/class.bocommon.inc.php   2012-10-31 09:59:19 UTC (rev 
10392)
+++ trunk/property/inc/class.bocommon.inc.php   2012-10-31 10:09:22 UTC (rev 
10393)
@@ -1598,7 +1598,8 @@
                        $filename= str_replace(' 
','_',$GLOBALS['phpgw_info']['user']['account_lid']).'.xlsx';
 
                        $browser = CreateObject('phpgwapi.browser');
-                       
$browser->content_header($filename,'application/vnd.ms-excel');
+//                     
$browser->content_header($filename,'application/vnd.ms-excel');
+                       
$browser->content_header($filename,'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
 
                        $cacheMethod = PHPExcel_CachedObjectStorageFactory:: 
cache_to_phpTemp;
                        $cacheSettings = array( 'memoryCacheSize' => '32MB');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]