PhpSpreadsheet/tests/PhpSpreadsheetTests/Worksheet
Tony Brix bdc95b14bf
Select correct cell when calling freezePane
Fixes a bug when calling `$sheet->freezePane('B2')` without a second argument.
The selected cell will now be `B2` instead of the incorrect `B3`.

Fixes #389
Closes #393
2018-03-03 16:48:30 +01: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 Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ColumnTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
RowCellIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
RowIteratorTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
RowTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
WorksheetTest.php Select correct cell when calling freezePane 2018-03-03 16:48:30 +01:00