after use freezePane() reset current active cell to first cell after freeze line
example:
how i can set active cell in freeze area?
example:
- $data->getActiveSheet()->setSelectedCell('B2'); - active cell B2
-
$data->getActiveSheet()->freezePane('A7'); - active cell A7
how i can set active cell in freeze area?