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

adds detection and formatting of date values #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paceaux
Copy link
Owner

@paceaux paceaux commented Sep 19, 2022

@khaleeljageer had, in the past, caught an issue with this not handling dates correctly.

Now that this is updated to work with both XLS and XLSX files (and documented a little bit), need to add Khaleel's fix for date times into the xlsx_reader file.

the pylightxl library doesn't seem to have as robust of features as xlrd did so we can't detect cell types here. This requires reading the value and guessing that it might be a date.

@paceaux paceaux self-assigned this Sep 19, 2022
@paceaux paceaux linked an issue Sep 19, 2022 that may be closed by this pull request
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.

Make sure datetime converts property if detected
1 participant