I want to DISPLAY multiple excel charts on a dashboard. I Do Not need the functionality of the excel web part. So, what I plan on doing is getting an image of the charts via the excel rest api and appending the images to td elements on the page. Are there any resons not to take this approach?

有帮助吗?

解决方案

The images will be static, but that sounds like what you want. For SharePoint Online, you will have to use the Graph API instead.

https://docs.microsoft.com/en-us/sharepoint/dev/general-development/resources-uri-for-excel-services-rest-api

https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/excel

许可以下: CC-BY-SA归因
scroll top