From 7819363a006ab30734b4629d116ff8283710f06e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Sep 2014 13:21:53 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ), -- 2.39.2