Laravel Excel's column is formatting as date when opening file #3656
Unanswered
inquisitive-stha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using laravel excel to export file, and in one of the column there are values something like
01-5245
, but value like this are formatting asjan-5245
.I have already tried to extend
extends \PhpOffice\PhpSpreadsheet\Cell\StringValueBinder
, but still same issue, my full code looks like this:By the way, if I open it on a notepad, it's still showing as
01-5245
, is this something that can be handled from laravel excel as well, or there is nothing we could do on this from laravel-excel and need to change formatting from ms-excel.Beta Was this translation helpful? Give feedback.
All reactions