Python Forum

Full Version: Extracting information from .xlsx files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?