SimpleExcel.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:31:19 +0000 (17:31 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 09:31:19 +0000 (17:31 +0800)
SimpleExcel.php

index 3c73fff..d2b6b8f 100644 (file)
@@ -348,7 +348,7 @@ class Pman_Core_SimpleExcel extends Pman
             
 //            if(isset($col_cfg['autoHeight'])){
                 $vv = explode("\n", $v);
-                print_R($vv);exit;
+                print_R(count($vv));exit;
                 $height = MAX(count($vv) * 20, $height);;
                 $worksheet->setRow($start_row+$r, $height);
 //            }