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

Detect date/time formatted cells in XLSX #198

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

evilpie
Copy link
Contributor

@evilpie evilpie commented Jan 6, 2021

A lot of this logic is inspired by https://pypi.org/project/openpyxl/, which is also MIT licensed.
This handles built-in date formats and a some custom date formats that only use some common characters like HMS or :./.

This works with https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx?__blob=publicationFile, which uses a builtin date format. Libre Office always seems to produce a custom format so the testcase only uses that.

@evilpie evilpie marked this pull request as ready for review January 6, 2021 15:34
A lot of this logic is inspired by https://pypi.org/project/openpyxl/,
which is also MIT licensed.

This handles built-in date formats and a some custom date formats that
only use some common characters like HMS or :./.
@evilpie evilpie changed the title [WIP] Detect date/time formatted cells in XLSX Detect date/time formatted cells in XLSX Jan 6, 2021
@evilpie
Copy link
Contributor Author

evilpie commented Jan 29, 2021

@tafia Hey! I am just wondering if you are still interested in this?

@tafia
Copy link
Owner

tafia commented Feb 2, 2021

Sorry for the late answer. Thanks a lot!

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.

2 participants