From c09df6ba25e12f8223b4c58989986b2e9efedecb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 5 Jun 2020 14:20:40 +0800 Subject: [PATCH] GnumericToExcel.php --- GnumericToExcel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index cda55bf7..dd009b52 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -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'; } -- 2.39.2