|
@@ -291,7 +291,7 @@ class ImportService extends Service
|
|
$rowData[] = $formattedDate;
|
|
$rowData[] = $formattedDate;
|
|
} else {
|
|
} else {
|
|
// 获取单元格的格式化值
|
|
// 获取单元格的格式化值
|
|
- $rowData[] = $cell->getFormattedValue();
|
|
|
|
|
|
+ $rowData[] = trim($cell->getFormattedValue());
|
|
}
|
|
}
|
|
|
|
|
|
// $cellData = $cell->getFormattedValue();
|
|
// $cellData = $cell->getFormattedValue();
|