2019 Aug 28 11:48 AM
Hi Gurus,
I have developed a program to send the ALV output mail.After receiving mail if am trying to open the attached excel sheet getting below error.
Please suggest how to remove.
Regards,
Chitme
2019 Aug 28 11:55 AM
I suppose you didn't attach an Excel file, but an XML or mHTML file, but with a suffix .XLS or .XLSX, so Excel implicitly called cause of suffix raise the warning. (It's a FAQ)
Hint: for a true XLSX file (sorry for XLS, proprietary format, you need OLE) look for recent SAP provided classes or Abap2Xlsx library.
2019 Aug 28 11:55 AM
I suppose you didn't attach an Excel file, but an XML or mHTML file, but with a suffix .XLS or .XLSX, so Excel implicitly called cause of suffix raise the warning. (It's a FAQ)
Hint: for a true XLSX file (sorry for XLS, proprietary format, you need OLE) look for recent SAP provided classes or Abap2Xlsx library.
2019 Aug 28 5:00 PM
may be your excel attachment corrupted in email. check that In the internal table to build excel file, wild characters were present if its take it off .