|
@@ 796-798 (lines=3) @@
|
| 793 |
|
$xSplit = 0; |
| 794 |
|
$ySplit = 0; |
| 795 |
|
|
| 796 |
|
if (isset($xmlSheet->sheetViews->sheetView->pane['xSplit'])) { |
| 797 |
|
$xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
| 798 |
|
} |
| 799 |
|
|
| 800 |
|
if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
| 801 |
|
$ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
|
@@ 800-802 (lines=3) @@
|
| 797 |
|
$xSplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['xSplit']); |
| 798 |
|
} |
| 799 |
|
|
| 800 |
|
if (isset($xmlSheet->sheetViews->sheetView->pane['ySplit'])) { |
| 801 |
|
$ySplit = 1 + intval($xmlSheet->sheetViews->sheetView->pane['ySplit']); |
| 802 |
|
} |
| 803 |
|
|
| 804 |
|
$docSheet->freezePaneByColumnAndRow($xSplit, $ySplit); |
| 805 |
|
} |