-
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...
[CONFSERVER-34110] Widget Connector does not work with Google Spreadsheets or Draw documents
Workflow | Original: JAC Bug Workflow v3 [ 2899683 ] | New: CONFSERVER Bug Workflow v4 [ 2994258 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2794172 ] | New: JAC Bug Workflow v3 [ 2899683 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2733374 ] | New: JAC Bug Workflow v2 [ 2794172 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2401224 ] | New: JAC Bug Workflow [ 2733374 ] |
Comment | [ As per the comments above, this is just a workaround. I need to be able to access and edit the sheet in confluence, not just see it. Please add the functionality, or change the description such that is does NOT include sheets. ] |
Labels | Original: affects-cloud affects-server bugfix editor loyalty regression | New: affects-cloud affects-server editor loyalty regression |
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.