GnumericToExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2020 04:29:12 +0000 (12:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2020 04:29:12 +0000 (12:29 +0800)
GnumericToExcel.php

index ce965f7..824db5b 100644 (file)
@@ -78,7 +78,7 @@ class Pman_Core_GnumericToExcel extends Pman
         
         
         $srcTmp = ini_get('session.save_path') . '/' .uniqid('gnumeric_').'.gnumeric';
         
         
         $srcTmp = ini_get('session.save_path') . '/' .uniqid('gnumeric_').'.gnumeric';
-        $targetTmp = ini_get('session.save_path') . '/' .uniqid('gnumeric_').'.xls';
+        $targetTmp = ini_get('session.save_path') . '/' .uniqid('gnumeric_') . $ext;
         // write the gnumeric file...
         $fh = fopen($srcTmp,'w');
         fwrite($fh, $xml);
         // write the gnumeric file...
         $fh = fopen($srcTmp,'w');
         fwrite($fh, $xml);