Python – Weather Report for any City There is a similar article to this in which the weather report is obtained using Excel Vba code. To use this open weathermap Api , you have to first register with your email and get the AppId key. They provide a free limited […]
How to Scrap Data from Website using Python?
Learn how to use BeautifulSoup with Python to scrape website & then parse the HTML from the page.
VBScript Extract Data – Xmlhttp Web Scrape – Parse HTML
Get code to Extract data from website using vbscript. Also the code can be used to parse the html data obtained from the website using vbs parser.
VBA Download File from URL – using Excel Macro
Using VBA download file from URL – Website link using Excel Macro. Get fully functional VBA code to download file from website.
Extract URL Links from Sitemap.xml file using Excel
About Sitemap.xml Sitemap XML file is used by the search engines to find out the complete list of the pages of the website. Along with url link of the page, it also contains other metadata like last modified date, change frequency(monthly/daily), etc.. This information is vital for the search engine […]