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?
The "$" character should be removed from the filter range.
What is the current behavior?
The setRange method of the Xlsx/AutoFilter class expects a filter range format like "A1:E10".
The returned value from $this->worksheetXml->autoFilter['ref'] could contain "$" and returning a value like "$A$1:$E$10".
Which versions of PhpSpreadsheet and PHP are affected?
1.10.1
The text was updated successfully, but these errors were encountered:
astronati
added a commit
to astronati/PhpSpreadsheet
that referenced
this issue
Jan 15, 2020
The `setRange` method of the `Xlsx/AutoFilter` class expects a filter
range format like "A1:E10". The returned value from
`$this->worksheetXml->autoFilter['ref']` could contain "$" and returning
a value like "$A$1:$E$10".
FixesPHPOffice#687FixesPHPOffice#1325ClosesPHPOffice#1326
The `setRange` method of the `Xlsx/AutoFilter` class expects a filter
range format like "A1:E10". The returned value from
`$this->worksheetXml->autoFilter['ref']` could contain "$" and returning
a value like "$A$1:$E$10".
FixesPHPOffice#687FixesPHPOffice#1325ClosesPHPOffice#1326
This is:
What is the expected behavior?
The "$" character should be removed from the filter range.
What is the current behavior?
The
setRange
method of theXlsx/AutoFilter
class expects a filter range format like "A1:E10".The returned value from
$this->worksheetXml->autoFilter['ref']
could contain "$" and returning a value like "$A$1:$E$10".Which versions of PhpSpreadsheet and PHP are affected?
1.10.1
The text was updated successfully, but these errors were encountered: