From: Alan Knowles Date: Fri, 12 Sep 2014 05:21:43 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0cbe0b4597e519cd65d8e2826d6fd97b13e71d5e SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 53d055cb..362aa354 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -31,6 +31,7 @@ * 'dataFormat' => 'string' // to force a string.. 'width'=> 75, 'renderer' => array($this, 'getThumb'), + 'txtrenderer' => array($this, 'getThumb'), * '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 ), @@ -41,6 +42,16 @@ 'leave_open' => false + + // callbacks: renderer + + function($value, $worksheet, $row, $col, $row_data) + + // callbacks : txtrenderer + function($value, $worksheet, $row, $col, $row_data) + + + */