Export field as date not recognized on Windows #3793
Unanswered
alextoader
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Columnformatting is handled by PhpExcel in v2.1. Both 2.1 of this package and PhpExcel are nog longer supported. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I am exporting to an xcel file with the setColumnFormat([ 'A' => 'Y-m-d']) but the column is not recognized in windows.
It shows as a date format in Linux but not on Windows.
Also, the date filters are not working in Windows for this column. I think it is viewed as text date type in Windows.
Do I need to set anything else to the column to make it of type date?
Using the 2.1 version, unfortunately.
Thanks, Alex
Beta Was this translation helpful? Give feedback.
All reactions