GnumericToExcel.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 07:42:43 +0000 (15:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 07:42:43 +0000 (15:42 +0800)
GnumericToExcel.php

index 76c3ac3..25f2ff3 100644 (file)
@@ -89,6 +89,9 @@ class Pman_Core_GnumericToExcel extends Pman
             die("ERROR CONVERTING?:" . $cmd ."\n<BR><BR> OUTPUT:". htmlspecialchars($out));
         }
        // unlink($srcTmp);
+        if (empty($fname)) {
+           $fname = basename($targetTmp);
+        }
         $fname .= preg_match('/\.xls/i', $fname) ? '' :  '.xls'; // make sure it ends in xls..
        
         header('Content-type: application/vnd.ms-excel');