PhpSpreadsheet/tests/PhpSpreadsheetTests/Worksheet
Dominik Businger 98a1f0a8cf
Fix for worksheet lookup for worksheets with spaces in the title
Sheet titles containing " " or "!" will be quoted in formulas. This commit
fixes the lookup of sheets with this kind of title by trimming the quotes
during the lookup.

Without this any defined range referencing a sheet with " " or "!" in the title
name will be lost when reading the workbook from file.

Fixes #928
Closes 930
2019-07-24 22:15:35 -07:00
..
AutoFilter Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
AutoFilterTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnCellIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
ColumnIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
ColumnTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
DrawingTest.php Avoid memory exhaustion when cloning worksheet with a drawing 2018-08-05 13:21:01 +09:00
IteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowCellIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowIteratorTest.php Allow iterators to go out of bounds with prev() 2018-08-19 14:02:17 +09:00
RowTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
WorksheetTest.php Fix for worksheet lookup for worksheets with spaces in the title 2019-07-24 22:15:35 -07:00