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

index f5bd717..1d077aa 100644 (file)
@@ -346,9 +346,7 @@ class Pman_Core_SimpleExcel extends Pman
             
             if(isset($col_cfg['autoHeight'])){
                 $vv = explode("\n", $v);
-                
                 $height = count($vv) * 20;
-                
                 $worksheet->setRow($start_row+$r, $height);
             }
         }