GnumericToExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2020 06:20:22 +0000 (14:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2020 06:20:22 +0000 (14:20 +0800)
GnumericToExcel.php

index 43424ba..cda55bf 100644 (file)
@@ -107,10 +107,9 @@ class Pman_Core_GnumericToExcel extends Pman
         if (!empty($_POST['format']) && $_POST['format']=='xlsx') {
             require_once 'File/Convert.php';
             $cc = new File_Convert($targetTmp,'application/vnd.ms-excel');
-            $cc->debug = 1;
+           
             $targetTmp = $cc->convert('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
-            var_Dump($targetTmp);exit;
-        }
+         }