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)
What is the expected behavior?
Load the data validations that references lists of another sheet, I see that when the Xlsx reader on line 755 read the document it does not load the data validations but they are in the document content.
What is the current behavior?
It is not loading the data validations
What are the steps to reproduce?
Create a xlsx file with a column with data validation that reference a list of another sheet, then load it in your code.
This is:
What is the expected behavior?
Load the data validations that references lists of another sheet, I see that when the Xlsx reader on line 755 read the document it does not load the data validations but they are in the document content.
What is the current behavior?
It is not loading the data validations
What are the steps to reproduce?
Create a xlsx file with a column with data validation that reference a list of another sheet, then load it in your code.
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
phpspreadsheet - 1.4.0
php - 7.2
The text was updated successfully, but these errors were encountered: