Can I use python to work with Excel?Basically I will traverse the webpage and collect the data from the different fields and want to store them in excel tabular format.So is there any way to open an excel and act with the cells as per needed to store web data dynamically?
I am using python 2.7 and selenium.
Thanks,