SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index 696f4a9..8009f71 100644 (file)
@@ -294,7 +294,7 @@ class Pman_Core_SimpleExcel extends Pman
         if (is_object($clo)) {
             $cl = (array)$clo; // lossless converstion..
         }
-        print_R($cfg);exit;
+        
         if (isset($cfg['row_height'])) {
             $worksheet->setRow($start_row +$r, $cfg['row_height']);
         }
@@ -339,6 +339,7 @@ class Pman_Core_SimpleExcel extends Pman
                     || 
                     $dataFormat == 'string' ) {
                 $worksheet->writeString($start_row+$r, $c, $v, $format);
+                print_r($v);exit;
             } else {
           
                 $worksheet->write($start_row+$r, $c, $v, $format);