Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. add a page to your wiki using the Add menu
  2. save the page
  3. add an attachment to that page via the Add menu
  4. click the Insert/Edit Macro icon in the toolbar 
  5. Type "excel" into the search box of the Select Macro window and press enter
  6. Click the Office Excel item
  7. You'll see a dialog box come up (see screenshot in the right column). Select the spreadsheet you attached from the File Name popup menu
  8. Optionally, if you'd like to show a specific worksheet or row/column range, specify those values in the provided fields
  9. Click Insert and then save your page

...

Code Block
{viewxls:name=sample.xlsx|sheet=Summary|row=13|col=3}
Tip

Tip: If you ever need to revise your spreadsheet, simply revise it and upload it to the wiki page using the same filename as before. The wiki will save the previous version of the file and use the new one to render the spreadsheet contents on the page.

Note

Note: The Office Excel macro does not support Excel 95 format and earlier. If you attach a spreadsheet and it's contents don't display, open it with Excel and confirm that it is saved in a format later than that such as Excel 97-2004 or the current xlsx format.

Example of an Embedded Spreadsheet

...