Extract vale from web table and save in excel in python

need to retrieve value from the table of web page and save in excel

Hi @Sayyed

Firstly you would need to decide on selenium library or browser, and then have a quick search on excel libraries.

I use browser library and Excel library

link to library: GitHub - peterservice-rnd/robotframework-excellib: Robot Framework library for working with Excel documents.

Doc keywords: ExcelLibrary (rawgit.com)

But many use different ones based on what the library may offer, so your always best having a read up yourself.

One of the beautiful things of this forum is that your question has already been answered, and most definitely holds various code examples for what your after, so it’s definitely also worth a quick search on here.

All the best

1 Like