Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Fehler beim Ausführen des Makros 'viewxls' com.atlassian.confluence.macro.MacroExecutionException:

Akira Itashi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 15, 2023

i wanna display an excel table in confluence page via api using postman. The excel table is already uploaded in the page as attachment. i used this body request : 

{
    "type": "page",
    "title": "Page title",
    "ancestors": [{ "id": 0 }],
    "space": { "key": "~username" },
    "body": {
        "storage": {
            "value": "<ac:structured-macro ac:name='viewxls'><ac:parameter ac:name='name'>AdUser.xlsx</ac:parameter></ac:structured-macro>",
            "representation": "storage"
        }
    },
    "version": {
        "number": 5
    }
 
}

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events