문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top