Google Sheets Embed

Connect the Google Sheets Embed

Overview copy-icon

Copilot makes it simple to share Google Sheets with your clients directly within your portal. You can embed a view-only Google Sheet to display data to your clients, or an editable Google Sheet to collaborate with your clients as well.

App Setup copy-icon

Connecting Editable Google Sheetscopy-icon

  1. Go to App Setup, and click + Add an app in the top right corner.

  2. Click Add under Google Sheets. Set a title and icon that represents the app.

  3. We recommend setting this up as a manual app so that only the clients connected to the Google Sheets app can edit. If you want all clients to be able to edit the document, set this as an automatic app.

  4. Next, click Add. You will be taken to to the app's page, where you can set the embed for each client, group, or company.

  5. Click Add to add your first embed or link. Select the client(s) or company to share the app with.

  6. Select Show as embed so that the client isn't directed outside of the portal.

  7. Next, go to your Google Sheets home page:

  8. Find and open the desired document you want to embed. (You can also locate and open a Google Sheets within your Google Drive).

  9. To share a Document, click Share in the top-right of the Google Sheets and set the permissions to Anyone with the link can edit.

  10. Now copy the link and paste it into an empty text editor (you will need this link in a moment).

  11. Next, copy the following code and paste this into your text editor below the link: <iframe src="link" />

  12. Lastly, paste the link copied from Google into the code where it says link. Be sure to keep the quotation marks around the Google Doc link.

  13. Go back to the App Setup page and paste the <iframe src="link" /> (with the link replaced) into the content box and click Save.

Connecting View-Only Google Sheetscopy-icon

  1. Go to App Setup, and click + Add an app in the top right corner.

  2. Click Add under Google Sheets. Set a title and icon that represents the app.

  3. We recommend setting this up as an automatic App so that we can embed the same sheet for every client. If you want a specific sheet for each client, set this as a manual App.

  4. Select Show as embed so that the client isn't directed outside of the portal.

  5. Next, go to your Google Sheets home page:

  6. Find and open the desired sheet you want to embed. (You can also locate and open a Google Sheet within your Google Drive

  7. To share a Sheet, click File > Share > Publish to Web and click Publish on the Link tab.

  8. Copy the link.

  9. Return to the App Setup page, paste the copied link into the content box, and click Save.

To preview the app as a client, connect the app to your test client. Then, click Portal at the bottom of the sidebar and click Open portal. Once you're logged in as your test client you'll be able to view the connected app.

Additional configurationcopy-icon

It is possible to remove the Google Sheets header and formatting bar by adding the attribute &rm=minimal to the Google Sheets link.

For example, if your share link is:

"https://docs.google.com/spreadsheets/d/1JoFk70ySJIRcYaLWP8LtF6aiQ3hoDTgmqjp0QkZ5-oE/edit?usp=sharing"

You would update it to the following to remove the extra headers:

"https://docs.google.com/spreadsheets/d/1JoFk70ySJIRcYaLWP8LtF6aiQ3hoDTgmqjp0QkZ5-oE/edit?usp=sharing&rm=minimal"