SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 21 Jan 2013 08:04:44 +0000 (16:04 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2013 08:04:44 +0000 (16:04 +0800)
SimpleExcel.php

index 7e799da..8ff56a1 100644 (file)
@@ -179,7 +179,6 @@ class Pman_Core_SimpleExcel extends Pman
                     }
                   //  var_dump($v);
                 }
-                
                 if (isset($col_cfg['renderer'])) {
                     $hasRender = true;
                     continue;
@@ -187,7 +186,7 @@ class Pman_Core_SimpleExcel extends Pman
                 
                 $v = @iconv('UTF-8', 'UTF-8//IGNORE', $v);
                 $format = isset($col_cfg['format']) ? $formats[$col_cfg['format']] : false;
-                print_r('run');exit;
+                
           //    echo "<PRE>WRITE: ". htmlspecialchars(print_r(array($r+1, $c,$v), true));
                 $worksheet->write($start_row+$r, $c, $v, $format);
             }