0

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,

CodeLover
  • 1,054
  • 6
  • 24
  • 40

1 Answers1

1

Yes definitely you can do that.

See below posts

How to write data to an excel file?

Python: Writing to Excel 2007+ files (.xlsx files)

Community
  • 1
  • 1
Santoshsarma
  • 5,627
  • 1
  • 24
  • 39