Laravel excel import, date column in excel cell returns as floating value. How to solve this?

后端 未结 4 1927
陌清茗
陌清茗 2021-01-20 17:09

By using Maatwebsite/Laravel-Excel to import excel sheet, here I faced an issue date time column of the excel sheet returns float value. How to solve this? Example : Conside

4条回答
  •  无人共我
    2021-01-20 18:05

    Change the format your import file to .csv and format the date column to your required date format (dd-mm-yyyy)

提交回复
热议问题