A Microsoft file hosting and synchronization service.
For embedded OneDrive Excel files showing a blank sheet, use this recovery path:
- Regenerate the embed HTML from OneDrive.
- Sign in at onedrive.com.
- Go to Files and locate the workbook.
- Select the file, choose </> Embed, then select Generate.
- Replace the old iframe HTML on the website with the newly generated code.
- If the embedded file no longer shows, Microsoft states the file may no longer be available or the link used has changed.
- Verify the embed is using supported format.
- The embed code must be iframe-based.
- If any embed implementation uses script tags, it is not supported.
- If embedding through a SharePoint page or similar host, only HTTPS sites are supported.
- Test the workbook anonymously.
- Open a browser in private/incognito mode.
- Open the page containing the embedded workbook.
- Confirm the workbook loads for an unauthenticated viewer.
- This checks whether the file owner has access that public viewers do not.
- Check for browser cookie/cache issues.
- A reported case of embed URLs suddenly failing was resolved by deleting browser cookies.
- Test in an incognito/private window first. If it works there, clear cookies for the affected browser session and test again.
- If the workbook was embedded from SharePoint or OneDrive for Business, regenerate the embed code from Excel for the web.
- Upload or open the workbook in the document library.
- Open the Excel file in the browser.
- Go to File > Share > Embed.
- Generate fresh embed code and replace the existing iframe.
- For Excel files, a generic file iframe may not work; generating the embed code from the Excel workbook is the documented working path in the provided guidance.
- Review workbook and traffic limits.
- Embedded workbook size limit: 10 MB.
- Concurrent viewers limit: 1000.
- Heavy traffic can cause some viewers to be throttled, and availability can be affected by the number of embedded workbooks in the data center or tenant.
- If the workbook loads but presentation is wrong, review iframe parameters.
- Parameters such as
Item,ActiveCell,wdHideSheetTabs, andwdAllowInteractivityaffect what is shown. - An incorrect
Itemor saved view can make the embedded result appear blank or not show the expected range.
- Parameters such as
Most likely fixes from the available guidance are:
- regenerate the embed code,
- test in incognito/private mode,
- clear browser cookies,
- and ensure the workbook was embedded using Excel’s own Embed flow rather than a generic file link.
- How to add an embedded document or picture into a webpage
- Embed your Excel workbook on your web page or blog from SharePoint or OneDrive for Business
- Embed your Excel workbook on your web page or blog from SharePoint or OneDrive for Business
- Add content to your page using the Embed web part
- Embed urls suddenly stopped working - Microsoft Q&A
- Hello Question regarding embed url for excel files - Microsoft Q&A