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

index dd009b5..527e103 100644 (file)
@@ -110,6 +110,7 @@ class Pman_Core_GnumericToExcel extends Pman
            
             $targetTmp = $cc->convert('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
              $mime = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';
+             $ext = ".xlsx";
          }