-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read date time cell from Google table #1852
Comments
Please try against the latest master branch |
"version": "1.17.1", This issue is actual. $dateFormatReplacements wasn't changed |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fixed by PR #1891 |
This is:
What is the expected behavior?
I have a google table with column:
2021-02-15 20:30:00
2021-02-14 23:00:00
2021-02-15 03:45:00
$eachCell->getStyle()->getNumberFormat()->getFormatCode() returns:
'yyyy"-"mm"-"dd" "hh":"mm":"ss',
and $eachCell->getFormattedValue() returns:
2021-02-15 20:02:00
2021-02-14 23:02:00
2021-02-15 03:02:00
My the dirty fix
My another fix didnt help:
Which versions of PhpSpreadsheet and PHP are affected?
"version": "1.16.1"
The text was updated successfully, but these errors were encountered: