PhpSpreadsheet/tests/PhpSpreadsheetTests/Functional
Owen Leibman fb379385e0
Fix active cell when freeze pane is used
When freeze pane is in use on a worksheet, PhpSpreadsheet saves to Xlsx in such
a way that the active cell is always set to the top left cell below the freeze
pane. I find it difficult to understand why:

  1. You have given users the setSelectedCells function, but then choose to
     ignore it.
  2. Excel itself does not act in this manner.
  3. PHPExcel did not act in this manner.
  4. PhpSpreadsheet when writing to Xls does not act in this manner.
     This is especially emphasized because the one test in FreezePaneTest which
     would expose the difference is the only test in that member which is
     not made for both Xls and Xlsx.
  5. It is *really* useful to be able to open a spreadsheet anywhere, even when
     it has header rows.

Closes #1323
2020-03-02 18:11:37 +07:00
..
AbstractFunctional.php Read printing area correctly when skipping some sheets 2018-02-25 19:40:11 +01:00
ActiveSheetTest.php Fix for Xls writer wrong selected cells and active sheet 2020-03-02 17:50:46 +07:00
ColumnWidthTest.php Column dimensions are read by Reader\Xlsx 2018-08-06 10:33:27 +09:00
CommentsTest.php Fix Xlsx loaded an extra empty comment for each real comment 2018-05-26 11:19:12 +09:00
ConditionalStopIfTrueTest.php Adding option to stop at a conditional styling, if it matches 2018-01-07 22:45:51 +09:00
DrawingImageHyperlinkTest.php Remove unnecessary docs 2018-07-15 13:23:46 +09:00
EnclosureTest.php Test classes must ends with `Test` 2018-01-02 00:53:28 +09:00
FreezePaneTest.php Fix active cell when freeze pane is used 2020-03-02 18:11:37 +07:00
HtmlCommentsTest.php Support for cell comments in HTML writer and reader 2018-01-07 21:51:48 +09:00
MergedCellsTest.php Test classes must ends with `Test` 2018-01-02 00:53:28 +09:00
PrintAreaTest.php Fix print area parser for XLSX reader 2018-10-28 14:37:05 +11:00
ReadBlankCellsTest.php CS Fixes (#962) 2019-04-15 22:49:51 +02:00
ReadFilterTest.php Xlsx reader do not read rows and columns filtered out in readFilter at all 2018-05-26 13:30:21 +09:00
SelectedCellsTest.php Fix for Xls writer wrong selected cells and active sheet 2020-03-02 17:50:46 +07:00
TypeAttributePreservationTest.php Avoid losing calculated value type 2018-03-03 11:51:06 +01:00
WorkbookViewAttributesTest.php Support workbook view attributes for Xlsx format 2018-06-24 20:15:38 +09:00