Hello experts,My requirement is to download an internal table into excel file with extension '.xls'. I have tried the below 3 ways to do it.Using FM ' SAP_CONVERT_TO_XLS_FORMAT 'Using Class cl_salv_table=>to_xml (Convert to xstring and download usi...