From 4623948a8078a08031e979c8cc880085436937da Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Oct 2016 12:07:07 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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) -- 2.39.2