I'm using the Laravel Excel library and so far I've done well in many different file formats, etc ... The thing is that now I have the following case:
In the excel file they pass me a date in dd / mm / yyyy format and without treating it or anything I do a dd ($ sheet- > toArray ()); of all the contents of the file and he says that the date is 01-01-1900 very strange, does anyone know what is that? Or how can I do to indicate a format by default? Or that I simply take that value as a string instead of Carbon ??
CAPTURE: