@@ -41,7 +41,7 @@ |
||
41 | 41 | $this->spl->fwrite(SheetXml::HEADER_XML); |
42 | 42 | |
43 | 43 | if (1 == preg_match('~[A-Z]+([1-9]?[0-9]+)$~', $freezePaneCellId, $match)) { |
44 | - $this->spl->fwrite(sprintf(SheetXml::SHEETVIEWS_XML, (array_pop($match) - 1), $freezePaneCellId)); |
|
44 | + $this->spl->fwrite(sprintf(SheetXml::SHEETVIEWS_XML, (array_pop($match)-1), $freezePaneCellId)); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | $this->spl->fwrite('<sheetData>'); |