2017-05-07 14:54:41 +00:00
This is:
2017-12-17 10:17:19 +00:00
```
2017-05-07 14:54:41 +00:00
- [ ] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
2017-12-17 10:17:19 +00:00
```
2017-05-07 14:54:41 +00:00
### What is the expected behavior?
### What is the current behavior?
### What are the steps to reproduce?
2018-10-23 11:26:25 +00:00
Please provide a [Minimal, Complete, and Verifiable example ](https://stackoverflow.com/help/mcve ) of code that exhibits the issue without relying on an external Excel file or a web server:
2017-05-07 14:54:41 +00:00
```php
< ?php
require __DIR__ . '/vendor/autoload.php';
// Create new Spreadsheet object
$spreadsheet = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
// add code that show the issue here...
```
### Which versions of PhpSpreadsheet and PHP are affected?