You can also export a Wiki page as an editable Office document. Exporting a Wiki page as an Office Document1. Navigate to the page you wish to export. 2. Click on the 'Tools' menu.3. Select 'Export to PDF' or 'Export to Word' and click the 'Ok' button in the pop-up window to export the Wiki page as a PDF or Word document. If the Wiki page is exported as a Word document - it can be opened and edited using Office Software.Displays an Excel (xls) or Word document (doc) file in a Wiki page. Note |
---|
title | Viewing Powerpoint and PDF files with the *view* macro is not supported |
---|
| |
The Code Displays an Excel file: Code Block |
---|
{viewxls:name=workbook.xls}
|
Displays a Word document file: Code Block |
---|
{viewdoc:name=Testdoc.doc}
| Result Cloak |
---|
| Displays an Excel file: workbook.xls Displays a Word document file: Testdoc.doc | Parameters Cloak |
---|
| View Excel ParametersName | Required? | Default | Description |
---|
name |
| none | This is the file name of the document to be displayed. The document must be attached to a wiki page on your Confluence site. | col |
| Last column with content | Enter the number of the last column you want displayed, starting from '0' as the first column. For example, the following code will show the first 3 rows and the first 3 columns: | grid |
| true | Select the check box in the macro browser (true in Wiki Markup) to show grid lines around each cell of the Excel spreadsheet. Clear the check box in the macro browser (false in Wiki Markup) to hide these grid lines. | page |
| The page which contains the viewxls macro | Enter a page name, if you wish to display a document which is attached to another Confluence page. For example: | row |
| Last row with content | Enter the number of the last row you want displayed, starting from '0' as the first row. For example, the following code will show the first 3 rows and the first 3 columns: | sheet |
| First worksheet in the spreadsheet | Enter the name of the worksheet that you want displayed. | space |
| The space of the page which contains the viewxls macro | Enter a space key, if you wish to display a document which is attached to a page in another Confluence space. For example: | date |
| none | If the Page Name refers to a blog post instead of a conventional page, enter the date of the post in the form mm/dd/yyyy. |
View Word Document ParametersName | Required? | Default | Description |
---|
name |
| none | The file name of the Office Word document to be displayed. The document must be attached to a wiki page. | page |
| The page which contains the viewdoc macro | Enter a page name, if you wish to display a document which is attached to another Confluence page. For example: | space |
| The space of the page which contains the viewdoc macro | Enter a space key, if you wish to display a document which is attached to a page in another Confluence space. For example: | date |
| none | If the Page Name refers to a blog post instead of a conventional page, enter the date of the post in the form mm/dd/yyyy. |
|
|