How to embed Smartsheets in Confluence using the HTML Macro
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
HTML macros are disabled by default
The HTML macro will only be available if it has been enabled by an administrator. Enabling these macros can make your Confluence site vulnerable to cross-site scripting attacks.
For more information and to enable the HTML Macro please see our documentation
The article will provide some steps to embed Smartsheet in a Confluence page using the HTML Macro.
Solution
Enable the HTML Macro
Publish your Smartsheet by following the guidelines. You should end up with a publicly accessible URL
Log in to Confluence and go to the page where the Smartsheet needs to be included
Edit the page.
Add an HTML Macro on the page and add the following iFrame, making sure to change the URL you got in the previous step to the SRC parameter:
<IFRAME WIDTH=1000 HEIGHT=700 FRAMEBORDER=0 SRC="insert publish view link from smartsheets"></IFRAME>
You can change the width and height you want the Smartsheet to use by changing the WIDTH and HEIGHT parameter.
Was this helpful?