From: Alan Knowles Date: Fri, 5 Jun 2020 06:20:51 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=305ca20696d5bd3e6da7187a4dae1dbf9d1900b3 GnumericToExcel.php --- diff --git a/GnumericToExcel.php b/GnumericToExcel.php index dd009b52..527e1034 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -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"; }