Thanks for reaching Microsoft Q&A, and my apologies for the delay in response.
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" is a valid content type for xlsx files.
Can you please help me with below checks:
- The file may not support xlsx extension: Can you download the file and change extension from xlsx to xls and try opening it - if working fine, this means the file has to be in xls format only.
- Is it working for other excel file that was saved by same logic app into the same blob container? - if yes, this means we can skip looking at the logic app's "raw outputs"
Thanks!