@@ -869,7 +869,7 @@ |
||
869 | 869 | foreach ($row->c as $c) { |
870 | 870 | $r = (string) $c['r']; |
871 | 871 | if ($r == '') { |
872 | - $r = Cell::stringFromColumnIndex($rowIndex). $cIndex; |
|
872 | + $r = Cell::stringFromColumnIndex($rowIndex) . $cIndex; |
|
873 | 873 | } |
874 | 874 | $cellDataType = (string) $c['t']; |
875 | 875 | $value = null; |