1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00
This commit is contained in:
Sergey Shuchkin 2021-06-08 09:59:42 +06:00
parent 6abd0286bb
commit f970452779

View File

@ -5,7 +5,7 @@
* Added *mailto* hyperlinks support (thx Howard Martin)
```php
SimpleXLSXGen::fromArray([
'Mailto hyperlink', '<a href="mailto:sergey.shuchkin@gmail.com">Please email me</a>'
['Mailto hyperlink', '<a href="mailto:sergey.shuchkin@gmail.com">Please email me</a>']
])->saveAs('test.xlsx');
```
## 1.0.13 (2021-05-29)