PhpSpreadsheet/tests/PhpSpreadsheetTests
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
..
Calculation Support `_xlfn.` prefix and add `ISFORMULA`, `MODE.SNGL`, `STDEV.S`, `STDEV.P` 2018-02-26 09:35:53 +01:00
Cell Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
Chart Use line width for data series when rendering Xlsx 2018-01-22 11:50:53 +09:00
Collection Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
Custom Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
Functional Avoid losing calculated value type 2018-03-03 11:51:06 +01:00
Helper Support PHP 7.2 2018-01-28 16:23:38 +09:00
Reader Check for MIME type to know if CSV reader can read a file 2018-02-05 21:33:23 +09:00
Shared Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
Style Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
Worksheet Select correct cell when calling freezePane 2018-03-03 16:48:30 +01:00
Writer Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
IOFactoryTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ReferenceHelperTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
SettingsTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00