You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users enter dates in format (DD/MM/YYYY), but when reading with PhpSpreadsheet, dates come out in American format (MM/DD/YYYY). Using setReadDataOnly(true) disables all formatting, which isn’t ideal because I want to keep other formats intact. There’s no option to ignore only date formatting. The XLS is dynamic, so I can’t specify columns manually.
Expected:
Ability to read dates respecting user input format or at least an option to ignore only date formatting without losing other styles.