@@ 736-738 (lines=3) @@ | ||
733 | $xSplit = 0; |
|
734 | $ySplit = 0; |
|
735 | ||
736 | if (isset($xmlSheet->sheetViews->sheetView->pane['xSplit'])) { |
|
737 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
738 | } |
|
739 | ||
740 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
741 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
@@ 740-742 (lines=3) @@ | ||
737 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
738 | } |
|
739 | ||
740 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
741 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
742 | } |
|
743 | ||
744 | $docSheet->freezePaneByColumnAndRow($xSplit, $ySplit); |
|
745 | } |