Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Downloading Format Issue

former_member193737
Participant
0 Likes
822

Hi friends

    when I download a particular report by GUI_DOWLOAD as XLS file it gets download after that when I open the particular XLS file it gets warning  message like this but the excel file opens when I press YES  how to rectify this

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
751

Hi,

open your file in the NOTEPAD, you probably create a CVS, not an excel file. So your windows system try to prevent you for this difference

regards

Fred

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
752

Hi,

open your file in the NOTEPAD, you probably create a CVS, not an excel file. So your windows system try to prevent you for this difference

regards

Fred

Read only

0 Likes
751

hi fred

   in here I am creating a ACS file and in the desktop it saves as excel file when opening that docu I am getting this error

Read only

Former Member
0 Likes
751

Hi Selva,

Are you "harcoding" the extension of the file? If yes maybe you are writing a bad extension. Try with the new excel extension XLSX or as commented Frederic with CSV.

Regards,

Marc.