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
commit 4005e8cbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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