mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
1.0.14
This commit is contained in:
parent
6abd0286bb
commit
f970452779
@ -5,7 +5,7 @@
|
|||||||
* Added *mailto* hyperlinks support (thx Howard Martin)
|
* Added *mailto* hyperlinks support (thx Howard Martin)
|
||||||
```php
|
```php
|
||||||
SimpleXLSXGen::fromArray([
|
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');
|
])->saveAs('test.xlsx');
|
||||||
```
|
```
|
||||||
## 1.0.13 (2021-05-29)
|
## 1.0.13 (2021-05-29)
|
||||||
|
Loading…
Reference in New Issue
Block a user