SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:52:41 +0000 (16:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:52:41 +0000 (16:52 +0800)
SimpleExcel.php

index 6515710..6374d12 100644 (file)
@@ -279,8 +279,7 @@ class Pman_Core_SimpleExcel extends Pman
                             continue;
                         }
                         if (!empty($col_cfg['renderer'])) {
-                            
-                            if (is_a($col_cfg['renderer'], 'Closure')) {
+                             if (is_a($col_cfg['renderer'], 'Closure')) {
                                 $col_cfg['renderer']($cl[$col_cfg['dataIndex']], $worksheet, $r+1, $c, $cl);
                             } else {
                             // not sure if row is correct here...!!!?