Laravel
Excel Import시 날짜 데이터가 이상하게 찍힐 때
짱구를왜말려?
2022. 7. 6. 12:24
반응형
SMALL
# What?
엑셀의 2021-04-03 이런 날짜가 import할때는 이상하게 찍힐때가 있음
# How?
composer require phpoffice/phpspreadsheet
PhpOffice\PhpSpreadsheet\Shared\Date\Date::excelToDateTimeObject($row[8]);
LIST