From: Alan Knowles Date: Fri, 12 Sep 2014 05:21:53 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7819363a006ab30734b4629d116ff8283710f06e SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 362aa354..181aa328 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -31,7 +31,7 @@ * 'dataFormat' => 'string' // to force a string.. 'width'=> 75, 'renderer' => array($this, 'getThumb'), - 'txtrenderer' => array($this, 'getThumb'), + 'txtrenderer' => array($this, 'cleanValue'), // for * '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 ),