Python Forum
Extracting information from .xlsx files - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Extracting information from .xlsx files (/thread-31856.html)



Extracting information from .xlsx files - hobbyist - Jan-06-2021

I need to extract the date from the timestamp which is in this format: 2016-07-11T10:40:09+00:00 How do I achieve this?
I need an excel file that I read from two cells (start time - end time) and I should see if the above timestamp is inside the start-end range time. Any idea how I do this?