-
Notifications
You must be signed in to change notification settings - Fork 290
Data in cell: string became date #82
Comments
I ran into this as well - anything that can be successfully parsed as a date by Javascript's You can work around this by overriding the date.assert function:
So you can either completely disable automatic date detection, as in this example, or you can write your own assert function to be as strict as you want. If you do this, you can still explicitly designate a cell as a date using the |
@cpatters9 Thanks! I have also encountered the same issue, and your solution is really helpful. |
@cpatters9, I use 5.x version. Any ideas? |
Sorry @Dadidam, I haven't yet used 5.x. The above comment was based on version 3.3.13. |
@cpatters9 oh, thanks. Will try that hook on 3.x version. Thanks for your help! |
Hi, I'm having the same issue with 5.x version. Does anyone find a solution for this ? Or do you all downgrade to 3.x ? |
Hi everyone! |
When data in cell (table html) like that: Phong 8
And when I export to XLSX that cell (has data: Phong 8) => 7/31/2001 (in this cell of excel file).
Please check and help for me. Thanks you.
The text was updated successfully, but these errors were encountered: