Why i am facing an issue while doing export to excel on Mendix Cloud.On Edge Browser file is getting downloaded as file.htm

0
Hi, I am exporting my data into excel.Now while exporting my file it is getting downloaded as file.htm instead of .xls format.This is happening on edge browser but the same thing is working on chrome.Could anybody help me on this why this is happening ?what exactly i need to do to fix this issue?
asked
4 answers
0

Hi Leon de Kuiper,

I am using download file(standard microflow action)java action from a module.

answered
0

Are you setting the extension in the Name attribute of the FileDocument object? To do that, just do a change on the FileDocument object and set the Name to “File.xls”.

answered
0

Hi Firas Sardast,

I am using following MF for exporting into excel file could you please let me know what changes do i have to do exactly?

answered
0

Hi,

 

Try to disable the checkbox “Show file in browser instead of downloading, if possible” in the Download File activity. 

I believe that something goes wrong in the if possible part for the Edge and Opera browsers.

 

Cheers,

Jeffrey

answered