Unable to download generated excel report using excel recipe



  • I am able to generate the report using an excel recipe but when trying to get it to download using API, reports get downloaded without data, missing data.
    Below is the request body for api call

    {
    "template": {
    "name": "test excel"

    },
    "data": {
        "selectedElement": "0/83159",
        "mapParams": {
            "contract": "0_14/35510",
            "dateDebut": "11/01/2021",
            "dateFin": "17/01/2021"
        }
    },
    "options": {
        "reports": {
            "async": true
        },
        "reportName": "myreport.xlsx"
    }
    

    }
    0_1646216021859_upload-4b287c58-2ed4-4c1e-8b5a-ed3d489bfafc



  • Please try the same with the latest 3.4.1, there were fixes for this problem.


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.