Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 826-830 (lines=5) @@
823
							}
824
825
							if (isset($xmlSheet->sheetPr) && isset($xmlSheet->sheetPr->outlinePr)) {
826
								if (isset($xmlSheet->sheetPr->outlinePr['summaryRight']) && $xmlSheet->sheetPr->outlinePr['summaryRight'] == false) {
827
									$docSheet->setShowSummaryRight(false);
828
								} else {
829
									$docSheet->setShowSummaryRight(true);
830
								}
831
832
								if (isset($xmlSheet->sheetPr->outlinePr['summaryBelow']) && $xmlSheet->sheetPr->outlinePr['summaryBelow'] == false) {
833
									$docSheet->setShowSummaryBelow(false);
@@ 832-836 (lines=5) @@
829
									$docSheet->setShowSummaryRight(true);
830
								}
831
832
								if (isset($xmlSheet->sheetPr->outlinePr['summaryBelow']) && $xmlSheet->sheetPr->outlinePr['summaryBelow'] == false) {
833
									$docSheet->setShowSummaryBelow(false);
834
								} else {
835
									$docSheet->setShowSummaryBelow(true);
836
								}
837
							}
838
839
							if (isset($xmlSheet->sheetPr) && isset($xmlSheet->sheetPr->pageSetUpPr)) {