瀏覽代碼

格式化数据

cqp 7 月之前
父節點
當前提交
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;