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

Excel Reader should more gracefully handle datetime #230

Open
wjohnson opened this issue Nov 16, 2022 · 0 comments
Open

Excel Reader should more gracefully handle datetime #230

wjohnson opened this issue Nov 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@wjohnson
Copy link
Owner

Currently, if you have a date cell, openpyxl will return a datetime which is not json serializable by default.

I'm leaning toward converting it to unix epoch time and an int since Excel can force a date field into being a string with the tick symbol (`) but it depends on which one is more common: Storing the date as a string or storing the date as a int?

@wjohnson wjohnson added the enhancement New feature or request label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant