Intro to apps
Custom Visibility for Apps
Messages App
Billing App
Products
Invoicing
Subscriptions
Payment Links
Product Store
Client Billing Experience
Fees & Payment Reconciliation
Files App
Contracts App
Forms App
Helpdesk App
Tasks App
Client Home App
Profile Manager App
Airtable Embed
Calendly Embed
Notion Embed
Google Sheets Embed
ClickUp Embed
Typeform Embed
Youtube Embed
Autoresponder App
Exporter App
QuickBooks Integration
Other Embeds
Jotform Embed
Power BI Embed
Hubspot Forms Embed
Hubspot Meetings Embed
Miro Embed
Figma Embed
Monday Embed
Canva Embed
Acuity Scheduling Embed
Loom Embed
Google Drive Embed
Google Slides Embed
Google Docs Embed
Google Forms Embed
Looker Studio Embed
Google Calendar Embed
Databox Embed
Trello Embed
Zoom Scheduling Embed
Squarespace Embed
OneDrive Embed
Intro to apps
Custom Visibility for Apps
Messages App
Billing App
Products
Invoicing
Subscriptions
Payment Links
Product Store
Client Billing Experience
Fees & Payment Reconciliation
Files App
Contracts App
Forms App
Helpdesk App
Tasks App
Client Home App
Profile Manager App
Airtable Embed
Calendly Embed
Notion Embed
Google Sheets Embed
ClickUp Embed
Typeform Embed
Youtube Embed
Autoresponder App
Exporter App
QuickBooks Integration
Other Embeds
Jotform Embed
Power BI Embed
Hubspot Forms Embed
Hubspot Meetings Embed
Miro Embed
Figma Embed
Monday Embed
Canva Embed
Acuity Scheduling Embed
Loom Embed
Google Drive Embed
Google Slides Embed
Google Docs Embed
Google Forms Embed
Looker Studio Embed
Google Calendar Embed
Databox Embed
Trello Embed
Zoom Scheduling Embed
Squarespace Embed
OneDrive Embed
Connect the Google Sheets Embed
Assembly 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.
Go to App Setup, and click + Add an app in the top right corner.
Click Add under Google Sheets. Set a title and icon that represents the app.
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.
Next, click Add. You will be taken to the app's page, where you can set the embed for each client, group, or company.
Click Add to add your first embed or link. Select the client(s) or company to share the app with.
Select Show as embed so that the client isn't directed outside of the portal.
Next, go to your Google Sheets home page:
Find and open the desired document you want to embed. (You can also locate and open a Google Sheets within your Google Drive).
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.
Now copy the link and paste it into an empty text editor (you will need this link in a moment).
Next, copy the following code and paste this into your text editor below the link:
<iframe src="link" />
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.
Go back to the App Setup page and paste the
<iframe src="link" />
(with the link replaced) into the content box and click Save.Go to App Setup, and click + Add an app in the top right corner.
Click Add under Google Sheets. Set a title and icon that represents the app.
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.
Select Show as embed so that the client isn't directed outside of the portal.
Next, go to your Google Sheets home page:
Find and open the desired sheet you want to embed. (You can also locate and open a Google Sheet within your Google Drive
To share a Sheet, click File > Share > Publish to Web and click Publish on the Link tab.
Copy the link.
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.
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"