SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 21 Jan 2013 07:55:48 +0000 (15:55 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2013 07:55:48 +0000 (15:55 +0800)
SimpleExcel.php

index 33fe29d..30d73b5 100644 (file)
@@ -47,7 +47,7 @@ class Pman_Core_SimpleExcel extends Pman
     
     function Pman_Core_SimpleExcel($data,$cfg)
     {
-       print_r($cfg);exit;
+      // print_r($cfg);exit;
         require_once 'Spreadsheet/Excel/Writer.php';
         // Creating a workbook
         $outfile2 = $this->tempName('xls');