X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=SimpleExcel.php;h=c3603ef7e9a7a72bf4ee6e5f0b25676ec7e0079d;hb=590c8500f1fb762d04e3e583f1b654d1580d1b91;hp=a59f4b7ffb9cc4117a6a6788d403c4609ad070bd;hpb=3bb9f9e2b8d09e5a9fc813411b731e4b5df923e3;p=Pman.Core diff --git a/SimpleExcel.php b/SimpleExcel.php index a59f4b7f..c3603ef7 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -367,10 +367,10 @@ class Pman_Core_SimpleExcel extends Pman } require_once 'File/Convert.php'; - var_Dump($this->outfile2); + //var_Dump($this->outfile2); $fc= new File_Convert($this->outfile2, "application/vnd.ms-excel"); $fn = $fc->convert("application/vnd.ms-excel"); - print_r($fc); + //print_r($fc); $fc->serve('attachment',$fname); // can fix IE Mess }