A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi Ewa,
Thank you for querying in this forum.
According to your description, you want to embed the forms result as a live result on a SharePoint website. The forms result is that you can download from Excel via form Responses tab>click "Open in Excel".
May I know if my understanding of the scenario is consistent with yours?
If yes, I have tested to embed a form's response related Excel workbook in SharePoint site page from my side. I can see the workbook with live result by refreshing the SharePoint page.
When the users in your organization access the SharePoint site page, they need to refresh the page to get the forms result updated.
Here are the detailed steps. If you are willing, you may have a try.
1.Firsly, to get live form result(dynamic result) in Excel workbook, you can create a form from Excel for the web app > create a new workbook > click Insert > Forms > click "+ New Form".
For reference: Create a form with Microsoft Forms - Excel for the web
2.The new Excel workbook is saved in your OneDrive for business, when you get response of the form, you can go to your OneDrive and look for your workbook.
When you find your workbook, select it and click Copy link to get sharing link.
Note: Per my test, only Anyone with the link this link type can be successfully embedded to SharePoint page. (You may try Anyone with the link can view)
Then you need to add &action=embedview&wdbipreview=true to the end of the sharing link.
3.Go to your SharePoint site, create a page and add Embed web part.
For reference: Add content to your page using the Embed web part (microsoft.com)
4.Put iframe code to the Website address or embed code box. Below is an example.
<iframe width="201" height="173" frameborder="0" scrolling="no" src="https://yourtenant-my.sharepoint.com/:x:/g/personal/youraccount/EfBDz33Ab2BCp6PJZYl_TlgBVJzi7KnVzfdR6KmwJoSIrA?e=Crdnx&action=embedview&wdbipreview=true"></iframe>
Note: If you meet the error message as below, you will need to Allow or restrict the ability to embed content on SharePoint pages, add your OneDrive for business URL:
yourtenant-my.sharepoint.com to the list of the sites that are allowed to embed on SharePoint pages.
5.Then publish the page. You will get the workbook embedded on the SharePoint page as below. Refresh the page will show updated result.
If above is not want you want or my understanding of the scenario is not consistent with yours, feel free to post back and let me know. I will continue trying best to help you.
Thanks for your patience and understanding. Hope you have a safe and happy new year!
Best regards,
Tina