Update 08-Recipes.md

Remove wrong semicolon.
This commit is contained in:
Salomão Rodrigues 2016-09-08 11:35:55 +01:00 committed by Adrien Crivelli
parent cbeae09c21
commit 8fc7de7358
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Setting spreadsheet metadata is done as follows:
```php ```php
$objPHPExcel->getProperties() $objPHPExcel->getProperties()
->setCreator("Maarten Balliauw") ->setCreator("Maarten Balliauw")
->setLastModifiedBy("Maarten Balliauw"); ->setLastModifiedBy("Maarten Balliauw")
->setTitle("Office 2007 XLSX Test Document") ->setTitle("Office 2007 XLSX Test Document")
->setSubject("Office 2007 XLSX Test Document") ->setSubject("Office 2007 XLSX Test Document")
->setDescription( ->setDescription(