Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And we have also included the space parameter to set the Confluence space explicitly  (we have our page in TEST space)


Info

In some case you will need to update the "view-file" macro's "page" parameter to be

Code Block
<ac:parameter ac:name="page"> 
      <ac:link> 
        <ri:page ri:content-title="[entry._page.title]"/> 
      </ac:link> 
    </ac:parameter>  

when you want to include an excel file from another page


And the result is as follows (we have set a naming convention for created pages to "page with excel [entry.dateCreatedFormatted]", as you may see in the storage format above)

...