From: Alan Knowles Date: Fri, 5 Jun 2020 06:20:40 +0000 (+0800) Subject: GnumericToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c09df6ba25e12f8223b4c58989986b2e9efedecb GnumericToExcel.php --- 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'; }