Coding is Love

Coding is Love

Skip to content
Menu
  • Home
  • Tutorials
  • Interesting stuff
  • Dev resources
  • UI School
  • About Us
  • The Squad
    • Codingislove Forum
    • Codingislove Jobs
    • Codingislove Bin

Tag: Excel

Posted on October 25, 2017October 25, 2017Coding Tutorials

Convert Json to csv and csv to Json in Excel VBA

I recently received a query on how to convert JSON to CSV. Usually, If the JSON file is small or has a simple structure then…

Continue Reading
Excel to json
Posted on July 12, 2017March 20, 2018Coding Tutorials

How to build a simple weather app in Excel VBA

One of our readers posted a question on forum asking how to get weather data using VBA. So I created a very simple weather app…

Continue Reading
Posted on November 23, 2016March 28, 2018Coding Tutorials

Parse HTML in Excel VBA – Learn by parsing hacker news home page

Why parse HTML in Excel VBA? There may be different cases where we need to parse HTML in Excel. Few cases are generating multiple HTML…

Continue Reading
excel to json
Posted on June 29, 2016March 20, 2018Coding Tutorials

Import Json to excel and export excel to Json

JSON (Javascript Object Notation) is the most used data exchange format nowadays. Microsoft Excel doesn’t have built-in support for importing JSON to excel or exporting…

Continue Reading
Posted on June 24, 2016January 25, 2018Coding Tutorials

XmlHttpRequest – Http requests in Excel VBA

Excel is a powerful and most popular tool for data analysis! HTTP requests in VBA gives additional capabilities to Excel. XmlHttpRequest object is used to…

Continue Reading
Posted on May 9, 2016March 21, 2018Coding Tutorials

Scrape website using Selenium VBA

This post is continuation to Browser automation in Excel using Selenium VBA. Have a look at that post first as it explains how to get…

Continue Reading
Browser automation in selenium
Posted on March 4, 2016March 21, 2018Coding Tutorials

Browser automation in Excel VBA using Selenium

When it comes to browser automation tasks in Excel VBA like filling a web form, login to a website etc. most of them use Internet…

Continue Reading
© Copyright 2018 ⋅ Coding is Love