From 764c812e620861a7b2d7eafbfe14680b69f466d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 5 Jun 2020 14:16:00 +0800 Subject: [PATCH 1/1] GnumericToExcel.php --- GnumericToExcel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GnumericToExcel.php b/GnumericToExcel.php index a7d869a1..43424ba0 100644 --- a/GnumericToExcel.php +++ b/GnumericToExcel.php @@ -107,7 +107,9 @@ class Pman_Core_GnumericToExcel extends Pman if (!empty($_POST['format']) && $_POST['format']=='xlsx') { require_once 'File/Convert.php'; $cc = new File_Convert($targetTmp,'application/vnd.ms-excel'); + $cc->debug = 1; $targetTmp = $cc->convert('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); + var_Dump($targetTmp);exit; } -- 2.39.2