How to Embed Google Sheets in WordPress

Adding media content to your website is a great way to give your readers additional information and resources. But if you are using Google Docs or Google Sheets data, then you may want to embed that content to your WordPress site in a post or page.

While much of the media that you might embed would be an image or a video, you may find yourself looking to display a spreadsheet on a Web page as well. Your first thought might be to simply copy that information and paste it on your Web page, but you may have seen someone else with an embedded Google file and thought that it might be a good option for oyur site, too.

If you are a WordPress user, then embedding a Google Sheets file on one of your posts can be accomplished using the “Publish to the Web” feature of Google Sheets in conjunction with the “Custom HTML” block in the WordPress editor.

How to Embed Google Sheet in WordPress

  1. Open your Sheets file.
  2. Click File, then Publish to Web.
  3. Select Embed.
  4. Choose what to embed, then click Publish.
  5. Click OK.
  6. Copy the embed code.
  7. Open your WordPress post.
  8. Create a Custom HTML block.
  9. Paste the copied code.

Our article continues below with additional information on embedding a Google Sheets file into a WordPress post, including pictures of these steps.

Need to work with your spreadsheet in Excel? Our download Google Sheets to Excel article can show you how to do it.

How to Embed a Google Spreadsheet In a WordPress Post (Guide with Pictures)

The steps in this article were performed in the Google Chrome Web browser. This guide assumes that you are able to sign into the admin section of a WordPress site and create or edit posts or pages.

Use these steps to embed a Google Sheets spreadsheet in WordPress.

Step 1: Sign into Google Drive and open the Sheets file.

You can go to https://drive.google.com to view your files.

Step 2: Select the “File” tab at the top of the window, then choose “Publish to the Web.”

click File, then Publish to the Web

Step 3: Choose the “Embed” tab.

select the Embed tab

Step 4: Click the “Entire Document” dropdown menu and choose whether to embed the entire file or just one sheet, then click “Publish.”

how to embed Google Sheets

Step 5: Click “OK” to confirm that you want to publish it to the Web.

click the OK button

Step 6: Press “Ctrl + C” on your keyboard to copy the embed code.

Step 7: Navigate to your WordPress admin panel and create a new post or open an existing one.

Step 8: Click the + button to create a new block, then choose the “Custom HTML” block.

If it’s not in the commonly used blocks at the top of the list, you can find it in the “Formatting” section.
paste the Google Sheets embed code in WordPress

Step 9: Press “Ctrl + V” to paste the embed code you copied earlier. You can then click “Publish” or “Update” to make the post live.

Now that you know how to embed a Google Sheets spreadsheet into a post or page in your WordPress website you will be able to use this method anytime you want to be able to display data on one of your site’s pages in a spreadsheet layout.

The next section in this article is going to address how you can make changes to the embed code if you want the spreadsheet to be larger or smaller on your site.

How to Resize the Google Sheets File in Your WordPress Post or Page

Often the embedded iframe will be very small, so you may need to adjust its size. You can do this by adding a width and height to the frame. For example, an iframe with a height of 500 pixels and a width of 300 pixels would have a code like this:

<iframe width=500 height=300 src="https://docs.google.com/spreadsheets/d/e/xxxxxx/pubhtml?gid=0&single=true&widget=true&headers=false"></iframe>

Note that by embedding your spreadsheet in this manner you need to make it public so that it can be viewed by people that visit your Web page.

If you wish to stop publishing the spreadsheet to the Web, you can do so by going back to the File > Publish to the Web menu in Google Sheets, then clicking the “Stop Publishing” button.

A spreadsheet that you make in Google Sheets can be turned into several different file types. You can find out more with our Google Sheets PDF article.

Join Our Free Newsletter

Featured guides and deals

You may opt out at any time. Read our Privacy Policy