From: Alan Knowles Date: Tue, 18 Oct 2016 04:07:07 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4623948a8078a08031e979c8cc880085436937da SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 631ad96e..30bd3b33 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -38,15 +38,17 @@ new Pman_Core_SimpleExcel(array( 'fillBlank' => 'gray', // set the color for the cell which is a blank area ), //..... and ther rows... - - // if this is set then it will add a tab foreach one. - workbooks = array( - workbook -> - - 'leave_open' => false - + ), + + // if this is set then it will add a tab foreach one. + 'workbooks' = array( + workbook => '....' // ??? + ), + 'leave_open' => false, // if you call addrows?? later.. - // callbacks: renderer +)); + + callbacks: renderer function($value, $worksheet, $row, $col, $row_data)