PhpSpreadsheet/src/PhpSpreadsheet/Reader/Xlsx
Stronati Andrea 9f5a472426 Fix XLSX file loading with autofilter containing '$'
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".

Fixes #687
Fixes #1325
Closes #1326
2020-03-02 18:43:27 +07:00
..
AutoFilter.php Fix XLSX file loading with autofilter containing '$' 2020-03-02 18:43:27 +07:00
BaseParserClass.php Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
Chart.php Add declaration of undefined variable 2018-10-28 14:03:24 +11:00
ColumnAndRowAttributes.php Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
ConditionalStyles.php Conditionals - Extend Support for (NOT)CONTAINSBLANKS (#1278) 2020-01-04 18:50:04 +01:00
DataValidations.php Basic unit test and fix for loading data validations from xlsx file (#1063) 2019-07-08 19:55:14 +02:00
Hyperlinks.php Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
PageSetup.php Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
Properties.php Take advantage of PHP 7.1 syntax 2019-07-24 23:43:28 -07:00
SheetViewOptions.php Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
SheetViews.php support "showZeros" setting in Excel advanced worksheet options (#1199) 2019-10-28 21:52:30 +01:00
Styles.php Handle ConditionalStyle NumberFormat When Reading Xlsx File (#1296) 2020-01-04 00:10:41 +01:00
Theme.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00