-
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
Wrong column passed to read filter when reading XLSX file #777
Comments
DennisBirkholz
added a commit
to PubGrade/PhpSpreadsheet
that referenced
this issue
Nov 19, 2018
DennisBirkholz
added a commit
to PubGrade/PhpSpreadsheet
that referenced
this issue
Nov 19, 2018
4 tasks
DennisBirkholz
added a commit
to PubGrade/PhpSpreadsheet
that referenced
this issue
Nov 19, 2018
DennisBirkholz
added a commit
to PubGrade/PhpSpreadsheet
that referenced
this issue
Nov 19, 2018
guillaume-ro-fr
pushed a commit
to guillaume-ro-fr/PhpSpreadsheet
that referenced
this issue
Jun 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is:
What is the expected behavior?
Using the XLSX file from
tests/data/Reader/XLSX/without_cell_reference.xlsx
as the source.When the default read filter is registered, calls to the
readCell()
method are performed with the following parameters:If a read filter is used that returns
false
for columns 'B' and 'D', the following calls toreadCell()
method are performed:What is the current behavior?
The method calls to
readCell()
should use the same parameters as when the default read filter is used.What are the steps to reproduce?
The outcome should be:
wrong outcome is
Which versions of PhpSpreadsheet and PHP are affected?
PHP 5.6 and PhpSpreadsheet 1.5.0
The text was updated successfully, but these errors were encountered: