SimpleExcel.php
[Pman.Core] / SimpleExcel.php
index d2b6b8f..573ac1d 100644 (file)
@@ -348,13 +348,13 @@ class Pman_Core_SimpleExcel extends Pman
             
 //            if(isset($col_cfg['autoHeight'])){
                 $vv = explode("\n", $v);
-                print_R(count($vv));exit;
+                print_R(count($vv));
                 $height = MAX(count($vv) * 20, $height);;
                 $worksheet->setRow($start_row+$r, $height);
 //            }
         }
         $this->start_row++;
-        
+        exit;
         return $hasRender;
     }