From 305ca20696d5bd3e6da7187a4dae1dbf9d1900b3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 5 Jun 2020 14:20:51 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 1 + 1 file changed, 1 insertion(+) 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"; } -- 2.39.2