浏览代码

格式化数据

cqp 11 月之前
父节点
当前提交
652d50f4ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/ImportService.php

+ 1 - 1
app/Service/ImportService.php

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