Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:43:40 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 May 2019 08:43:40 +0000 (16:43 +0800)
Pman/Roo.php

index 3e6ded0..bdbc7ab 100644 (file)
@@ -476,7 +476,7 @@ class Pman_Roo extends Pman
                              //   'color' => 'yellow', // set color for the cell which is a header element
                               // 'fillBlank' => 'gray', // set 
                         );
-                        
+                        die('here');
                         if (method_exists($data, 'toSimpleExcelColumn')) {
                             $add = $data->toSimpleExcelColumn($col);
                         }