-
Notifications
You must be signed in to change notification settings - Fork 93
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
false date conversion #33
Comments
more info, please? |
Date from excel sheet with format eg. 1/1/2019 |
then check for the {cellDates: true} according to xlsx/sheetjs documentation |
There is an open issue on SheetJS regarding that case: |
Any updates regarding the date issue? |
in my case i have 2020-04-02 19:00:00 and get 2020-04-01T18:59:59.999Z |
it seems the xlsx library have a problem dealing with date on excel. I just hardcoded it in my own project by making some wrapper :( |
No description provided.
The text was updated successfully, but these errors were encountered: