cancel
Showing results for 
Search instead for 
Did you mean: 

Can't download .xlsx files

Former Member
0 Kudos

Hi,

We have used Download UI element provided by SAP in our application. Users can upload .xlsx files successfully in the application, but when they try to download the file, it opens as ".ZIP" file.

Has anybody ever faced this issue, and how to resolve it?

PS: application is running on IE6.

Regards,

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use only .xls files. It does not give problems

former_member199125
Active Contributor
0 Kudos

Hi Amit,

I hope you are using Cl_w_runtime_services=>attach_File_to_response method to download the node data into .xlsx format.

If yes, may i know what values you have passed to I_MIME_TYPE ?

here you should pass EXcel and what your file name should be ( I_FILENAME ) like file.xls

i think you have given file.zip.

Regards

Srinivas