This commit is contained in:
Adrien Crivelli 2017-03-13 12:33:24 +09:00
parent b8adec4938
commit fec674e797
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ $writer->save('hello world.xlsx');
## Learn by example ## Learn by example
A good way to get started is to run some of the samples. Serve the sample via A good way to get started is to run some of the samples. Serve the samples via
PHP built-in webserver; PHP built-in webserver:
```sh ```sh
php -S localhost:8000 -t vendor/phpoffice/phpspreadsheet/samples php -S localhost:8000 -t vendor/phpoffice/phpspreadsheet/samples