gpt4 book ai didi

php - Laravel excel maatwebsite 3.1 导入,excel 单元格中的日期列返回为未知格式数字。如何解决这个问题?

转载 作者:行者123 更新时间:2023-12-04 16:18:56 33 4
gpt4 key购买 nike

通过使用Maatwebsite/Laravel-Excel 3.1版导入excel表,这里我遇到了excel表的日期时间列返回未知数字的问题。如何解决这个问题?示例:考虑单元格值“29/07/1989”并在导入时返回“32178”。

最佳答案

The numbers come from excel itself, dates stored in excel as numeric values. http://www.cpearson.com/excel/datetime.htm

For Laravel framework 5.6 and maatwebsite/excel package version 3.1, to convert date from excel numbers to normal date format, this function PhpOffice\PhpSpreadsheet\Shared\Date::excelToDateTimeObject($dateFromExcel) can be used. It accepts integer(excel date) and returns DateTime object.

More information can be found here https://github.com/Maatwebsite/Laravel-Excel/issues/1832



从这个答案: https://stackoverflow.com/a/55139981/9133724

关于php - Laravel excel maatwebsite 3.1 导入,excel 单元格中的日期列返回为未知格式数字。如何解决这个问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55390456/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com