SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Wed, 27 Feb 2013 11:14:49 +0000 (19:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Feb 2013 11:14:49 +0000 (19:14 +0800)
SimpleExcel.php

index 9ef2edf..3158338 100644 (file)
@@ -269,6 +269,7 @@ class Pman_Core_SimpleExcel extends Pman
             
             $v = @iconv('UTF-8', 'UTF-8//IGNORE', $v);
             
+            
             $format = isset($formats[$col_cfg['format']] )   ? $formats[$col_cfg['format']] : false;
           //  print_R(array($start_row+$r, $c, $v, $format));exit;
             $worksheet->write($start_row+$r, $c, $v, $format);