From: Alan Knowles Date: Tue, 18 Oct 2016 04:36:25 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bfc8c63d2e3ece50a24dfa1c0e1218534f1d693d SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 6440b6db..92132905 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -4,7 +4,7 @@ * class to generate excel file from rows of data, and a configuration. * * usage : - * $x = new Pman_Core_SimpleExcel(array()) + * $x = new Pman_Core_SimpleExcel($data_array, array()) * $x->send($fn); * *