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

index 4c95259..6cd4173 100644 (file)
@@ -184,8 +184,9 @@ class Pman_Core_SimpleExcel extends Pman
                     $hasRender = true;
                     continue;
                 }
-                print_r('run');exit;
+                
                 $v = @iconv('UTF-8', 'UTF-8//IGNORE', $v);
+                print_r('run');exit;
                 $format = isset($col_cfg['format']) ? $formats[$col_cfg['format']] : false;
                 
           //    echo "<PRE>WRITE: ". htmlspecialchars(print_r(array($r+1, $c,$v), true));