-
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
Undefined index $ error when excel has exists filter #1169
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bot: this is still an issue. |
Duplicate of #976 |
IMHO It should be fixed by #1326 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bot: this is still an issue. |
This is:
What is the expected behavior?
Correct read excel file
What is the current behavior?
return error
What are the steps to reproduce?
If added filter in google spreadsheets and download file
https://docs.google.com/spreadsheets/d/1qQhpDrSh9VGqNqrl22nDE7UQBaOL2NrIucq7vUkto_c/edit?usp=sharing
to error
PHP Notice: Undefined index: $ in vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php on line 282
example code
Which versions of PhpSpreadsheet and PHP are affected?
phpspreadsheet 1.9.0
php 7.1.30
The text was updated successfully, but these errors were encountered: