From aff5434e06069be0629d463cbcb1fcbb298ff9b5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Oct 2016 12:36:17 +0800 Subject: [PATCH] SimpleExcel.php --- SimpleExcel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleExcel.php b/SimpleExcel.php index 30bd3b33..6440b6db 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -10,7 +10,7 @@ * * -new Pman_Core_SimpleExcel(array( +new Pman_Core_SimpleExcel($data_array, array( 'formats' => array( 'format_name' => array( 'Align' => 'left' ), // etc... ), -- 2.39.2