Forum Discussion
Nirmal-Mudaliar
Jun 17, 2025Copper Contributor
Unable to Embed OneDrive Shareable Link in iFrame due to CSP Restrictions
Hi, Objective: We want to embed an Excel file (hosted on OneDrive for Business) within an <iframe> inside our Angular web application. The user should be able to: View the Excel file inside the i...
Kidd_Ip
Jun 18, 2025MVP
How about Use Office Embed API instead of embedding the OneDrive link directly:
-
-
- Generate an embed code via Excel Online:
- Open the file in Excel Online → Click File > Share > Embed → Copy the embed code.
-