I am trying to display excel file into APEX Region with the help of <iframe> but I am facing an issue that rather than displaying file into region it download xls and docx files but images and pdf are displaying.
1 Step: On 1 Page i am using iframe and in iframe src i am giving url or next page and on next page a before header process is created in which we retrieve file from directory
Screenshot_3.png (13.63 KB)
2 Step: As i told above i created before header process to retrieve file from directory
Screenshot_4.png (29.54 KB)Problem: Pdf and Images are showing in region but XLSX and DOCX file are not showing in apex region via iframe. What am i doing wrong ?