@@ -149,7 +149,9 @@ |
||
149 | 149 | { |
150 | 150 | $cellXml = ''; |
151 | 151 | foreach (array_values($row) as $cellIndex => $cellValue) { |
152 | - if (0 == strlen($cellValue)) continue; |
|
152 | + if (0 == strlen($cellValue)) { |
|
153 | + continue; |
|
154 | + } |
|
153 | 155 | if ($this->useCellAutosizing) { |
154 | 156 | $this->updateColumnWidths($cellValue, $cellIndex, $style); |
155 | 157 | } |