-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Notice of undefined index when opening file #1392
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
Comments
Same here, did you solve it? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Activity ;) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Activity ;) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This error is due to the fact chart sheet are not supported cf. #1564 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
You're an annoying bot ;) |
Hi, Good day. This happens if the image source is a link as well. Regards. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Chartsheets are supported since PR #2830 which was merged 2 years ago. |
This is:
What is the expected behavior?
No notice. Even if chart sheet are not supported, there should be no notice. Index should be checked using
array_key_exists
orisset
before access.What is the current behavior?
I get a notice:
What are the steps to reproduce?
I cant' provide the file but searching in it for
rId14
using WinRAR gives 2 results:xl/workbook.xml:
<sheet name="7 Evolution fiscale " sheetId="35" r:id="rId14"/>
xl/_rels/workbook.xml.rels
<Relationship Id="rId14" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet" Target="chartsheets/sheet1.xml"/>
File
xl\chartsheets\sheet1.xml
does exists in the XLSX file.Which versions of PhpSpreadsheet and PHP are affected?
Last version installed by Composer.
The text was updated successfully, but these errors were encountered: