PhpSpreadsheet/tests
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
..
PhpSpreadsheetTests Fix for worksheet lookup for worksheets with spaces in the title 2019-07-24 22:15:35 -07:00
data Fix for worksheet lookup for worksheets with spaces in the title 2019-07-24 22:15:35 -07:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00