Closed VladislavN closed 3 years ago
Hi Vladislav, thank you for considering using pylightxl. We added datetime handling in v1.54. Please upgrade your pylightxl with pip install pylightxl -U
Date field is resulting to float value when read. Initially I felt it was a timestamp, but after conversion from timestamp, I get a wrong date. How do I rightly retrieve the date value from a cell. Below is a code sample of what i'm doing:
pylightxl v1.58
@spaceofmiah thank you for letting me know. I took a look and found out that the issue was Microsoft's use of custom styles that are not part of the base xml datetime styles link
I released a new version v1.59 please download the new version for support of the custom datetimes.
Hi, how i can parse datetime with your library?