You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [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)
I narrowed down an issue with an excel file to this. The value 826 formatted with #,##0.00 _€ is resulting in a bad formatted value.
What is the expected behavior?
826.00<space><space>
What is the current behavior?
826.00<space><space><CR><LF>
As is content (verified that the last 2 chars are actually CR and LF) 826.00 ��
This is:
I narrowed down an issue with an excel file to this. The value 826 formatted with
#,##0.00 _€
is resulting in a bad formatted value.What is the expected behavior?
826.00<space><space>
What is the current behavior?
826.00<space><space><CR><LF>
As is content (verified that the last 2 chars are actually CR and LF)
826.00 ��
What are the steps to reproduce?
Which versions of PhpSpreadsheet and PHP are affected?
1.17.1
The text was updated successfully, but these errors were encountered: