Office Excel Macro
Screenshot: a page with an Office Excel macro displaying an Excel spreadsheet.
There are other ways to add a spreadsheet to your page:
- Insert the file directly into the page. We'll display a PDF thumbnail of the sheet. This is okay for simple spreadsheets but may not be suitable for complex or multi-sheet files.
- Use the Widget Connector Macro to embed a Google Sheet.
Add this macro to your page
To add the Office Excel macro to a page:
- Upload the Excel file to your page, then publish the page. See Upload Files to learn how to do this.
- Unable to render {include} The included page could not be found.
- Choose Office Excel from the Confluence content category.
- Select the attached file you want to display.
- Choose Insert.
You can then publish your page to see the macro in action.
Screenshot: configuring the Office Excel macro in the macro browser.
Edit the attached file
If you have Excel installed, you can edit the attached file, and automatically re-upload the file back to Confluence.
See Edit Files for more information on the ways to do this.
Change the macro parameters
Here's a list of the parameters available in this macro.
Parameter | Default | Description |
---|---|---|
Page Name | The page which contains the macro | Enter a page name, if you wish to display a document which is attached to another Confluence page. |
File Name | none | The file name of the Office or PDF document to be displayed. The document must be attached to a page on your Confluence site. If the file does not appear, publish the page, then head back into the editor and try again. |
Show Grid? | true | Select to show grid lines around each cell of the Excel spreadsheet. Clear to hide these grid lines. |
Worksheet Name | Last worksheet viewed in the spreadsheet | The name of the worksheet that you want displayed. |
Last Row | Last row with content | The number of the last row you want displayed, starting from '0' as the first row. |
Last Column | Last column with content | The number of the last column you want displayed, starting from '0' as the first column. Hint for reducing the size of the spreadsheet: Use the Last Column and Last Row parameters to reduce the size of the spreadsheet displayed on the wiki page. This is especially useful to prevent the display from showing empty cells. This will also help to prevent 'out of memory' errors. |
Limitations
Other ways to add this macro
Add this macro as you type
Add this macro using wiki markup
Macro name: viewxls
Macro body: None.
{viewxls:col=5|page=Docs|name=My document.xls|grid=false|sheet=mysheet|row=5}