SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 04:47:33 +0000 (12:47 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 04:47:33 +0000 (12:47 +0800)
SimpleExcel.php

index cf29b8f..155c792 100644 (file)
@@ -33,7 +33,7 @@ new Pman_Core_SimpleExcel($data_array, array(
                 'dataFormat' => 'string' // to force a string..
                 'width'=>  75,
                 'renderer' => array($this, 'getThumb'),
-                'txtrenderer' => array($this, 'cleanValue'),   // for 
+                'txtrenderer' => array($this, 'cleanValue'),   // for text content...
                 'color' => 'yellow', // set color for the cell which is a header element
                 'fillBlank' => 'gray', // set the color for the cell which is a blank area
             ),