X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GnumericToExcel.php;h=43424ba07f7d628c6d4a364266d76509c5587f26;hp=a7d869a11720780bbc93713d66706aba136c1fb1;hb=764c812e620861a7b2d7eafbfe14680b69f466d1;hpb=20305dd86663f4806c4c8b170d5dd6489684fbea 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; }