From c2f3077812dcfd682eb853801a5446172c07e4c1 Mon Sep 17 00:00:00 2001 From: Sergey Shuchkin Date: Sat, 25 Feb 2023 17:14:53 +0600 Subject: [PATCH] 1.3.10 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f69876..f092ee1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ $ composer require shuchkin/simplexlsxgen or download class [here](https://github.com/shuchkin/simplexlsxgen/blob/master/src/SimpleXLSXGen.php) ## Examples +Use UTF-8 encoded strings. ### Data types ```php $data = [ @@ -47,7 +48,7 @@ $data = [ ['Date', '2020-05-20'], ['Time', '02:38:00'], ['Datetime PHP', new DateTime('2021-02-06 21:07:00')], - ['String', 'Long UTF-8 String in autoresized column'], + ['String', 'Very long UTF-8 string in autoresized column'], ['Formula', 'SUM(B1:B2)'], ['Hyperlink', 'https://github.com/shuchkin/simplexlsxgen'], ['Hyperlink + Anchor', 'SimpleXLSXGen'],