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

index 1d077aa..6dfed74 100644 (file)
@@ -299,6 +299,8 @@ class Pman_Core_SimpleExcel extends Pman
             $worksheet->setRow($start_row +$r, $cfg['row_height']);
         }
         
+        $maxHeight = 20;
+        
         foreach($cfg['cols']  as $c => $col_cfg) {
             
             if(isset($col_cfg['dataIndex']) && isset($cl[$col_cfg['dataIndex']])){