linuxprocess
linuxprocess
> Internally, PhpSpreadsheet uses en_US 1/ is there a way to change this ? 2/ how does PhpSpreadsheet decide to convert to "5/16/2022" for A3 or "16/05/22" for A5 ?...
thanks for this information > The code used for A5 in this file is an explicitly defined code of dd/mm/yy;@. Cell A3 uses format id 14 Could you explain me...
I understand date conversion does not use locale because PHP's DateTime.format() does not use locales ... https://www.php.net/manual/datetime.format.php
Thanks for that explanation
> I have the same issue. The date cames as 12.01.2021 in xlsx ... and after import is recognized as (int) 44186 As explained, this is not the same issue,...
Just to be sure : you're saying the error **Neither the property event_login" nor one of the methods "event_login()", "getevent_login()"/"isevent_login()"/"hasevent_login()" or "__call()" exist and have public access in class "App\Entity\Event".**...
Should not you reopen ?
In the same idea, why not add a NotBlank() PropertyConstraint in loadValidatorMetadata() for each nonnullable field ?
> I have the same deprication, but how to fix it? I fixed it in my entity's files by replacing : `#[ORM\GeneratedValue]` with the recommanded : `#[ORM\GeneratedValue(strategy: "SEQUENCE")]`
Thanks a lot ! I think adding the aliases like tar would be really great !