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

index cda55bf..dd009b5 100644 (file)
@@ -109,6 +109,7 @@ class Pman_Core_GnumericToExcel extends Pman
             $cc = new File_Convert($targetTmp,'application/vnd.ms-excel');
            
             $targetTmp = $cc->convert('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
+             $mime = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';
          }