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
I don't know if we can reproduce it without an existing spreadsheet from Excel : even with null values, PhpSpreadsheet fills the values, without leaving a gap in the indices in the XML (?).
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet 1.5.0
PHP 7.1
The text was updated successfully, but these errors were encountered:
guillaume-ro-fr
changed the title
[XSLX] Empty values in chart creates an index overflow in data values array
[Chart] Empty values in chart creates an index overflow in data values array
Oct 29, 2018
This is:
What is the expected behavior?
When a chart have the first of its values at null, the evaluation of the multi-level series must pass.
What is the current behavior?
Currently, detection is based on the
0
index, not the first index of the array.What are the steps to reproduce?
I don't know if we can reproduce it without an existing spreadsheet from Excel : even with null values, PhpSpreadsheet fills the values, without leaving a gap in the indices in the XML (?).
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet 1.5.0
PHP 7.1
The text was updated successfully, but these errors were encountered: