问题描述:
使用PhpSpreadsheet 读取表格数据,日期格式读取后变成数字,如下图:
解决方案:
$cell = $sheet->getCell('H' . $row)->getValue();
$toTimestamp = \PhpOffice\PhpSpreadsheet\Shared\Date::excelToTimestamp($cell);
$cell = date("Y-m-d", $toTimestamp );
结语:
最后附上最近学习AI绘画的学习成果,线图生稿。