Code Duplication    Length = 3-3 lines in 2 locations

app/Vendor/PHPExcel/PHPExcel/Reader/Excel2007.php 2 locations

@@ 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
								    }