How to Turn Google Docs into an RSS Reader

This tutorial shows how to use a spreadsheet in Google Docs as an RSS Feed reader. You can fetch RSS news feeds from different sources into one spreadsheet - much like a simpler version of Feedly - and then publish your feeds as a public web page. No coding required.

If you have a website, you can use the same trick to embed RSS feeds in web pages. The Google Docs approach is preferred over Flash or Javascript widgets because here you have complete control over the layout and the embedded content will show up on mobile devices too.

Before we get started, let’s look at a real example. Here’s a live Google spreadsheet that aggregates news feeds from some top technology blogs. As new items are added on the sites, they will automatically show up in the embedded page.

ImportFeed in Google Docs

ImportFeed - Fetch RSS Feeds in Google Drive

Here are the complete step involved for putting RSS feeds into Google Docs. We are using a single RSS feed in the following example but your spreadsheet can have dozens of RSS feeds.

  1. Open a new Google spreadsheet and type the RSS feed URL in cell A1.
  2. In cell A2, type =ImportFeed(A1, “items title”, FALSE, 10) – This formula will fill column A with the titles of the latest 10 stories in that feed. Make sure that the second parameter - items title - is in lower case.
  3. In cell B2, type =ImportFeed(A1, “items url”, FALSE, 10) – This will fill column B with the URL (permalink) of the corresponding stories in column A.
  4. In cell C2, type =HyperLink(B2, A2) – This will combine the title and URL to make a clickable hyperlink in the spreadsheet.
  5. Copy the same formula that you entered into Cell C2 into cells C3 until C11.

Embed RSS Feeds into Web Pages with Google Docs

Since we are using a regular spreadsheet, you can change the fonts, colors and other formatting. To embed the feed in web page, go to to Publish – > More publishing options in the Google Spreadsheets menu, select C2

as the range and get the HTML embed code.

Google Docs will automatically refresh content when the underlying RSS feeds are changed. Here’s a quick video walkthrough:

Play ;

Google Spreadsheet also supports ImportHTML, a related formula that will help you import HTML tables from any public web page into your spreadsheet.

Amit Agarwal is a web geek, solo entrepreneur and loves making things on the Internet. Google recently awarded him the Google Developer Expert and Google Cloud Champion title for his work on Google Workspace and Google Apps Script.

Awards & Recognition

Google Developer Expert

Google Developer Expert

Google awarded us the Developer Expert title recogizing our work in Workspace

ProductHunt Golden Kitty

ProductHunt Golden Kitty

Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards

Microsoft MVP Alumni

Microsoft MVP Alumni

Microsoft awarded us the Most Valuable Professional title for 5 years in a row

Google Cloud Champion

Google Cloud Champion

Google awarded us the Champion Innovator award for technical expertise

Want to stay up to date?
Sign up for our email newsletter.

We will never send any spam emails. Promise 🫶🏻