Skip to content
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

fix datetime xls for yyyy/mm/dd hh:mm:ss #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

elbert-widjaja
Copy link

Problem: yyyy/mm/dd hh:mm:ss not parsed correctly
Example: 2022/04/26 16:23:47 parsed to 2022/26/26\ 26:26:26

Cause: in xls custom format, yyyy/mm/dd hh:mm:ss was still considered as yyyy/m/d h:mm:ss in excel.
return []string{yymmdd.Format(t, wb.Formats[fNo].str)} this line is failing to parse the format correctly causing parsing error

Sample data:
t_event_short.xls

@elbert-widjaja
Copy link
Author

@extrame may I ask for review?

@elbert-widjaja
Copy link
Author

@extrame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant