- [x] 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)
What is the expected behavior?
Export HTML to XLSX cause broken file in latestPhpSpreadsheet v3.4.0
What is the current behavior?
When I use this code
What are the steps to reproduce?
I catch html via ob_start() + ob_get_clean() and when i push it to writer - it return broken file! But when I POST this html to external script (similar) - it save correct file.
If this is an issue with reading a specific spreadsheet file, then it may be appropriate to provide a sample file that demonstrates the problem; but please keep it as small as possible, and sanitize any confidential information before uploading.
What features do you think are causing the issue
[ ] Reader
[x] Writer
[ ] Styles
[ ] Data Validations
[ ] Formula Calculations
[ ] Charts
[ ] AutoFilter
[ ] Form Elements
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
Which versions of PhpSpreadsheet and PHP are affected?
This is:
What is the expected behavior?
Export HTML to XLSX cause broken file in latestPhpSpreadsheet v3.4.0
What is the current behavior?
When I use this code
What are the steps to reproduce?
I catch html via ob_start() + ob_get_clean() and when i push it to writer - it return broken file! But when I POST this html to external script (similar) - it save correct file.
If this is an issue with reading a specific spreadsheet file, then it may be appropriate to provide a sample file that demonstrates the problem; but please keep it as small as possible, and sanitize any confidential information before uploading.
What features do you think are causing the issue
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
Which versions of PhpSpreadsheet and PHP are affected?
3.4.0