Embedding SharePoint Content into Confluence Pages (v 1.9)

Using the Confluence SharePoint Connector, you can display SharePoint document libraries, calendars, links, discussions and more on your Confluence wiki pages. People can:

  • View the SharePoint content on the Confluence wiki page.
  • Click through to SharePoint to edit the SharePoint page.
  • Click through straight from Confluence to edit an Office document and save it back to SharePoint.

How to embed SharePoint content into Confluence pages:

Displaying SharePoint Lists on a Confluence Page

Add the SharePoint List macro to a Confluence page, to embed SharePoint content into the page.

Quick guide to the SharePoint List macro

Using the simplest form of the macro, all you need to enter is the name of your SharePoint list. The macro will display default columns, based on the list's default view.

  • Enter the following text onto the Confluence page:

    {sp-list:List=LIST NAME}
    
  • Replace the text 'LIST NAME' with your own value.

Linking to a SharePoint List or Document from a Confluence Page

Add the SharePoint Link macro to a Confluence page, to link to a SharePoint list or document from the Confluence page.

Quick guide to the SharePoint Link macro

Using the simplest form of the macro, all you need to enter is the name of your SharePoint list or document library, and optionally the path to a document. The SharePoint Link macro will create a hyperlink on your page, pointing to the SharePoint location or file specified.

  • Enter the following text onto the Confluence page to link to a list:

    {sp-link:LIST-NAME}my hyperlinked text{sp-link}
    

    Or enter the following text to link to a specific document:

    {sp-link:LIBRARY-NAME/DOCUMENT-NAME}my hyperlinked text{sp-link}
    
  • Replace the text 'LIST-NAME' with your own values for your SharePoint list name, or replace the text 'LIBRARY-NAME/DOCUMENT-NAME' with your SharePoint document library and file name.
  • Replace the text 'my hyperlinked text' with the words that you want displayed as a hyperlink on the Confluence page.

Want more?

Please refer to the details of the parameters and options for the  {sp-list} macro and the  {sp-link} macro.