@@ 704-706 (lines=3) @@ | ||
701 | } |
|
702 | ||
703 | if (isset($xmlSheet->sheetViews, $xmlSheet->sheetViews->sheetView)) { |
|
704 | if (isset($xmlSheet->sheetViews->sheetView['zoomScale'])) { |
|
705 | $docSheet->getSheetView()->setZoomScale((int) ($xmlSheet->sheetViews->sheetView['zoomScale'])); |
|
706 | } |
|
707 | if (isset($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])) { |
|
708 | $docSheet->getSheetView()->setZoomScaleNormal((int) ($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])); |
|
709 | } |
|
@@ 707-709 (lines=3) @@ | ||
704 | if (isset($xmlSheet->sheetViews->sheetView['zoomScale'])) { |
|
705 | $docSheet->getSheetView()->setZoomScale((int) ($xmlSheet->sheetViews->sheetView['zoomScale'])); |
|
706 | } |
|
707 | if (isset($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])) { |
|
708 | $docSheet->getSheetView()->setZoomScaleNormal((int) ($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])); |
|
709 | } |
|
710 | if (isset($xmlSheet->sheetViews->sheetView['view'])) { |
|
711 | $docSheet->getSheetView()->setView((string) $xmlSheet->sheetViews->sheetView['view']); |
|
712 | } |
|
@@ 710-712 (lines=3) @@ | ||
707 | if (isset($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])) { |
|
708 | $docSheet->getSheetView()->setZoomScaleNormal((int) ($xmlSheet->sheetViews->sheetView['zoomScaleNormal'])); |
|
709 | } |
|
710 | if (isset($xmlSheet->sheetViews->sheetView['view'])) { |
|
711 | $docSheet->getSheetView()->setView((string) $xmlSheet->sheetViews->sheetView['view']); |
|
712 | } |
|
713 | if (isset($xmlSheet->sheetViews->sheetView['showGridLines'])) { |
|
714 | $docSheet->setShowGridLines(self::boolean((string) $xmlSheet->sheetViews->sheetView['showGridLines'])); |
|
715 | } |