@@ -249,7 +249,7 @@ |
||
249 | 249 | $ySplit = $pSheet->getRowSplit(); |
250 | 250 | |
251 | 251 | // Calculate top left cell |
252 | - $topLeftCell = Cell::stringFromColumnIndex($pSheet->getLeftMostColumn()) . ( $pSheet->getTopRow() ); |
|
252 | + $topLeftCell = Cell::stringFromColumnIndex($pSheet->getLeftMostColumn()) . ($pSheet->getTopRow()); |
|
253 | 253 | $activeCell = $topLeftCell; |
254 | 254 | |
255 | 255 | // pane |