通过使用 Maatwebsite/Laravel-Excel 导入 excel 表,这里我遇到了 excel 表的日期时间列返回浮点值的问题。如何解决这个问题?示例:考虑单元格值“08-04-2016 13:08:29”并在导入时返回“42104.487060185”。
By using Maatwebsite/Laravel-Excel version 3.1 to import excel sheet, here I faced an issue date time column of the excel sheet returns unknown number. How to solve this? Example : Consider Cell value "29/07/1989" and returns as "32178" when import.