Google Sheets is a great tool to use for business intelligence and data analysis. If you want to eliminate manual data imports and save time, then let me will show you how you can automatically connect and import data from external sources into Google Sheets.
The 3 best ways to import data into Google Sheets are:
Let's dive into each of these 3 methods in more detail.
Google Sheets has 5 built-in functions that can help you import data:
Let's see how we can use each of these Google Sheets functions to import external data automatically.
You can use the =IMPORTDATA function to pull data from a given URL in CSV or TSV format. Just use the function =IMPORTDATA("X") and replace X with an a URL. The URL must be enclosed in quotation marks or it can be a reference to a cell that contains the appropriate text. You can only use a max of 50 ImportData functions per Google Sheet.
IMPORTDATA Syntax
IMPORTDATA(url)
IMPORTDATA Examples
Use =ImportFeed to pull an RSS or ATOM feed.
IMPORTFEED Syntax
IMPORTFEED(url, [query], [headers], [num_items])
query options:
IMPORTFEED Examples
Use the =ImportHTML function to pull table or list data from a HTML page. Just use the function =ImportHTML(X) and replace "X" with a URL, query, or index.
IMPORTHTML Syntax
IMPORTHTML(url, query, index)
IMPORTHTML Examples
Use the =ImportRange function to pull a range of cells from a specific spreadsheet. This function requires that the sheet must have permission to import data from another spreadsheet. When you use this function for the first time, you will be prompted to enable permission. Once you give access, then any user on the destination sheet can use the IMPORTRANGE function to import data the source spreadsheet. You can revoke permission at any time. Also, if the data set you're trying to import is too big, then you'll get an error message.
IMPORTRANGE Syntax
IMPORTRANGE(spreadsheet_url, range_string)
IMPORTRANGE Examples
Use =ImportXML to pull data from structured data types like XML, HTML, CSV, TSV, RSS, or ATOM.
IMPORTXML Syntax
IMPORTXML(url, xpath_query)
IMPORTXML Examples:
There's several Google Sheets Add-ons (aka Google Sheets apps) available in the Google Workspace Marketplace that you can use to connect different types of external data sources. A couple of the most popular Google Sheets add-ons for connecting a data source to Google Sheets are Apipheny and Supermetrics.
Apipheny
Apipheny.io is a Google Sheets add-on that you can use to connect any JSON or CSV API to Google Sheets. With Apipheny you can import an API to Google Sheets just by entering your API URL and headers and then clicking "Run".
It's a simple no-code tool for connecting an API to Google Sheets. You can pull in API data from any JSON or CSV API data source and you can save your API request or schedule it to run on a recurring basis.
It also includes features like the ability to save your API requests for easy access and the ability to schedule your API request to refresh the data in your spreadsheet on a recurring basis.
There's also a custom =APIPHENY() function you can use to call an API request in your spreadsheet or you can reference the value of a cell in your API query.
Click here to install Apipheny or click here to visit the website and learn more.
Supermetrics
Supermetrics is a reporting and marketing automation tool that you can use to pull in paid ads, SEO, social media, and other analytics data. It has a lot of pre-built data connectors ready to help you connect different data sources so you can easily pull your data into Google Sheets.
You can use Google Apps Script to write a simple code that will connect and import data into Google Sheets, or you can copy and paste one of the publicly shared scripts from a site like Github or Stack Overflow.
For example, here's how you can use Google Apps Script to import JSON data into Google Sheets:
Each method has it's own pros and cons. The Google Sheets functions and Google Apps Script methods are limited in functionality but they are free to use. The Google Sheets Add-ons are more feature-rich but they cost money. Depending on how simple or complex your query is will determine the right tool for your needs.
Importing data from various data sources into Google Sheets is easier than you might think. There's an abundance of available functions and tools you can use and there's more coming out all the time. If none of the above methods are what you're looking for, you could code your own tool using Google Sheets API and Google Apps Script. Check out this tutorial to learn how. Or you could hire someone to code it for you so you can get exactly what you're looking for. Getting a custom made solution is pretty cheap these days when you hire a freelancer from a website like Fiverr or Upwork.
Related article: how to pull JSON API data into Google Sheets.