Skip to content

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