By using Maatwebsite/Laravel-Excel to import excel sheet, here I faced an issue date time column of the excel sheet returns float value. How to solve this? Example : Conside
Change the format your import file to .csv and format the date column to your required date format (dd-mm-yyyy)