@@ 725-727 (lines=3) @@ | ||
722 | $xSplit = 0; |
|
723 | $ySplit = 0; |
|
724 | ||
725 | if (isset($xmlSheet->sheetViews->sheetView->pane['xSplit'])) { |
|
726 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
727 | } |
|
728 | ||
729 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
730 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
@@ 729-731 (lines=3) @@ | ||
726 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
727 | } |
|
728 | ||
729 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
730 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
731 | } |
|
732 | ||
733 | $docSheet->freezePaneByColumnAndRow($xSplit, $ySplit); |
|
734 | } |