Answers for "laravel excel date read number"

PHP
0

excel return integer from date column laravel

PhpSpreadsheet does not support value binders on imports. This is a mistake in
our documentation.

For date conversion, you are most likely dealing with an excel timestamp. You 
can try to convert using:

PhpOfficePhpSpreadsheetSharedDate::excelToDateTimeObject($row['date'])
Posted by: Guest on July-09-2021

Browse Popular Code Answers by Language