1PhpSpreadsheet does not support value binders on imports. This is a mistake in
2our documentation.
3
4For date conversion, you are most likely dealing with an excel timestamp. You
5can try to convert using:
6
7\PhpOffice\PhpSpreadsheet\Shared\Date::excelToDateTimeObject($row['date'])