@@ -269,7 +269,7 @@ |
||
269 | 269 | . '(:\d{1,2})?)?$/iu'; |
270 | 270 | $strDateFormat = \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_YYYYMMDD; |
271 | 271 | foreach ($inputs['RowValues'] as $key2 => $value2) { |
272 | - $crCol = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::stringFromColumnIndex($columnCounter); |
|
272 | + $crCol = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::stringFromColumnIndex($columnCounter); |
|
273 | 273 | $this->objPHPExcel |
274 | 274 | ->getActiveSheet() |
275 | 275 | ->getColumnDimension($crCol) |