From: Edward Date: Fri, 17 Jan 2014 09:36:19 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c2491fb84f85f1268ca0eeb11593c302b2c42798 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 86fca6be..491066c8 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -20,6 +20,10 @@ [ "A", "B" ] [ "a", ["test", "left"] ] << sub array [text, formatname] ], + * merged_ranges : array( + * array($first_row, $first_col, $last_row, $last_col), + * * array($first_row, $first_col, $last_row, $last_col), + * ) * cols : array( array( 'header'=> "Thumbnail",