-
Bug
-
Resolution: Fixed
-
Medium
-
5.5.2, 5.5-OD-30-018
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Trying to incorporate a Google spreadsheet or Draw document into Confluence via the Widget connector results in no document being displayed and no error message.
Workaround:
- Enable Confluence HTML Macros by going to Confluence Admin > Add-ons > Select All Add-ons > Search for 'HTML', and finally the second HTML module of the Confluence HTML Macro add-on. (Important note: Enabling these macros can make your Confluence site vulnerable to cross-site scripting attacks. Please only enable if you trust your users.)
- Create a page and add the HTML macro
- Create an iframe, replacing the URL with the correct document.
<iframe src="https://docs.google.com/spreadsheets/d/1dxSPZ07MJaD6HqAC8yqB-10xGWfYflnv1xZR3_fc38/edit?usp=sharing" noborder="0" width="95%" height="800" scrolling="yes" seamless></iframe>
- is related to
-
CONFSERVER-24927 Widget Connector does not work with new Google Docs
-
- Closed
-
-
CONFCLOUD-54518 New Google Spreadsheets cannot be displayed using Google Spreadsheet Macro in Confluence
-
- Closed
-
-
CONFSERVER-33185 Widget Connector does not work with Google Documents
-
- Closed
-
-
CONFSERVER-35837 Widget Connector does not show error message
-
- Closed
-
- relates to
-
CONFCLOUD-34110 Widget Connector does not work with Google Spreadsheets or Draw documents
-
- Closed
-
- was cloned as
-
CONFSERVER-40742 Widget Connector does not work with Google Spreadsheets or Draw documents on Confluence 5.9
-
- Closed
-
- Wiki Page
-
Wiki Page Loading...
In Google Docs, Sheets, or Slides, click File and select Publish to the web. Click Publish then copy the link.
Paste it into the editor and Confluence will autoconvert the link and insert the macro for you.