@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | */ |
| 98 | 98 | public function getDimensionUpperBound() |
| 99 | 99 | { |
| 100 | - return $this->cellBuilder->getCellId($this->maxRowWidth, $this->rowIndex - 1); |
|
| 100 | + return $this->cellBuilder->getCellId($this->maxRowWidth, $this->rowIndex-1); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | /** |
@@ -198,6 +198,6 @@ discard block |
||
| 198 | 198 | ) { |
| 199 | 199 | return ''; |
| 200 | 200 | } |
| 201 | - return sprintf(SheetXml::FREEZE_PANE_XML, array_pop($m) - 1, $this->freezePaneId); |
|
| 201 | + return sprintf(SheetXml::FREEZE_PANE_XML, array_pop($m)-1, $this->freezePaneId); |
|
| 202 | 202 | } |
| 203 | 203 | } |