SimpleExcel.php
authorEdward <edward@roojs.com>
Tue, 22 Jan 2013 07:53:56 +0000 (15:53 +0800)
committerEdward <edward@roojs.com>
Tue, 22 Jan 2013 07:53:56 +0000 (15:53 +0800)
SimpleExcel.php

index 1156308..8ff56a1 100644 (file)
@@ -186,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($format);exit;
+                
           //    echo "<PRE>WRITE: ". htmlspecialchars(print_r(array($r+1, $c,$v), true));
                 $worksheet->write($start_row+$r, $c, $v, $format);
             }