SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index bd14f80..8009f71 100644 (file)
@@ -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);