excel return integer from date column laravel

Solutions on MaxInterview for excel return integer from date column laravel by the best coders in the world

showing results for - "excel return integer from date column laravel"
Niko
12 Jan 2017
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'])