1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00

Merge pull request #48 from appel/patch-1

added a ; in the Debug section.
This commit is contained in:
Sergey Shuchkin
2021-11-28 20:43:00 +06:00
committed by GitHub

View File

@@ -99,6 +99,7 @@ ini_set('display_errors', 1 );
$data = [
['Debug', 123]
]
];
SimpleXLSXGen::fromArray( $data )->saveAs('debug.xlsx');
```
```