SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:25:50 +0000 (17:25 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:25:50 +0000 (17:25 +0800)
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);