-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error opening xlsx file with a bar chart #3397
Comments
we found a problem with some content in test.xlsx..
etc
All of |
|
Thank you. I can now get the program to run, but ... I need the data on your Summary_report worksheet in order to populate the chart. It looks like I need cells D8-D10 and E7-J10. |
Never mind about the data, I can use some random numbers to investigate further. |
Fix PHPOffice#3397. Move code to correct location.
@oleibman This works fine in my environment. Thanks for your contribution. |
@Jeejaj Thank you for confirming. I will merge this change some time this week. |
This is:
What is the expected behavior?
File should open with out any warnings and should display the bar chart with specified custom colors.
What is the current behavior?
File opens with a warning
What are the steps to reproduce?
This above code results on the chart with specified custom color code, but the warning will be displayed during file opens.
If the last argument (color code) in the
$dataSeriesLabels
is not passed the warning will not appear but the chart displayed with different color.The issue exist from 1.24.0v onwards.
What features do you think are causing the issue
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet - 1.27.1 (from 1.24.0 onwards)
php - 8.2
The text was updated successfully, but these errors were encountered: