@@ -275,7 +275,7 @@ class ImportService extends Service
$rowData = [];
foreach ($cellIterator as $cell) {
- $rowData[] = $cell->getValue();
+ $rowData[] = $cell->getFormattedValue();
}
$sheetData[] = $rowData;