This commit is contained in:
Sergey Shuchkin 2021-06-08 09:59:42 +06:00
parent 6abd0286bb
commit f970452779
1 changed files with 1 additions and 1 deletions

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)