From ca5da9916079cd3ba4a26977da3540723489d7d5 Mon Sep 17 00:00:00 2001 From: Sergey Shuchkin Date: Tue, 14 Jul 2020 17:24:11 +0600 Subject: [PATCH] debug example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfab5c..1742f73 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ SimpleXLSXGen::fromArray( $data )->saveAs('debug.xlsx'); ## History -v0.9.15 (2020-07-14) escape of shared strings #1
+v0.9.15 (2020-07-14) escape of shared strings for special chars in cells [#1](https://github.com/shuchkin/simplexlsxgen/issues/1)
v0.9.14 (2020-05-31) fixed num2name A-Z,AA-AZ column names, thx Ertan Yusufoglu
v0.9.13 (2020-05-21) if string more 160 chars, save as inlineStr
v0.9.12 (2020-05-21) readme fixed