Raghav_GuptaNew Contributor6 years agoSolvedDownload Excel file as a response from Open Api 3 I am editing in editor.swagger.io How can I download response from API locally which is a excel file? My snippet - responses: 200: description: "JSON to Excel conversion succe...Show MoreRaghav_Gupta6 years agoOk figured out. Have to expose content disposition header in the server code. It resolves for MIME types such as xlsx.
Raghav_Gupta6 years agoOk figured out. Have to expose content disposition header in the server code. It resolves for MIME types such as xlsx.
Raghav_Gupta6 years agoOk figured out. Have to expose content disposition header in the server code. It resolves for MIME types such as xlsx.
Recent Discussionsswagger is not accessibleJava Deprecated annotation issueBlocking error, cannot be dismissed
Related ContentDecode base64 response to excelTrying to download attachment in responseSave API Response as Excel for Content-Type: application/ms-excel