-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Reading Date values from cell #89
Comments
Hi @sourav13, thank you for reporting this. Would you be able to attach this file here or to send it to hello@corexlsx.org if you can't share the file publicly? This way it would be significantly easier to reproduce and fix the issue. |
Hello @MaxDesiatov So have you tested it with above file? |
Hi @sourav13, these dates are stored in a special "OLE Automation Date" format:
For now you can parse these dates by converting the string to a |
@MaxDesiatov I tried parsing them as strings, If they would have been parsable as strings I would have tried converting them to the desired format but I can't read them as Strings from sharedStrings Model. |
These cells don't have type |
Hi, waiting for this issue. Any news? Thanks @MaxDesiatov ! |
I apologize for the delay. There's a new |
I tried the parsing with sharedStrings and the value of cells directly in case of numbers. Both work fine. But when there is a date in the cell field. It's not returned as String, which I thought it would be. But I get a rather random number 4328 something.
The text was updated successfully, but these errors were encountered: