@@ 758-760 (lines=3) @@ | ||
755 | $xSplit = 0; |
|
756 | $ySplit = 0; |
|
757 | ||
758 | if (isset($xmlSheet->sheetViews->sheetView->pane['xSplit'])) { |
|
759 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
760 | } |
|
761 | ||
762 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
763 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
@@ 762-764 (lines=3) @@ | ||
759 | $xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
|
760 | } |
|
761 | ||
762 | if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
|
763 | $ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
764 | } |
|
765 | ||
766 | $docSheet->freezePaneByColumnAndRow($xSplit, $ySplit); |
|
767 | } |