From bb09c0d38c721840442af1cc5ba37a7cd609c94f Mon Sep 17 00:00:00 2001 From: Andrew Robinson Date: Fri, 31 Mar 2023 17:05:44 +1100 Subject: [PATCH] Updated Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29eae8d..ab77754 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ $data = [ ['Bottom + Right', ''], ['
MERGE CELLS MERGE CELLS MERGE CELLS MERGE CELLS MERGE CELLS
', null], ['Word wrap', "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"] + ['Size 16 Font', ''], ]; SimpleXLSXGen::fromArray($data) ->setDefaultFont('Courier New')