@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | if(isset($array[$i])) |
22 | 22 | { |
23 | - $sheat->setCellValueByColumnAndRow($i+1, $row, $array[$i]); |
|
23 | + $sheat->setCellValueByColumnAndRow($i + 1, $row, $array[$i]); |
|
24 | 24 | } |
25 | 25 | } |
26 | 26 | } |