From: Alan Knowles Date: Tue, 18 Oct 2016 04:47:33 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8d816a487c30d708f38c3c87508653757e578906 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index cf29b8ff..155c7925 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -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 ),