@@ -225,7 +225,7 @@ |
||
225 | 225 | break; |
226 | 226 | case DataType::TYPE_FORMULA: |
227 | 227 | $formulaValue = $cell->getValue(); |
228 | - if($this->getParentWriter()->getPreCalculateFormulas()) { |
|
228 | + if ($this->getParentWriter()->getPreCalculateFormulas()) { |
|
229 | 229 | try { |
230 | 230 | $formulaValue = $cell->getCalculatedValue(); |
231 | 231 | } catch (Exception $e) { |