Is it possible to run js excel api in my web application using data from my server. I want to use this api as a replacement of html data table.
Need a step by step guide if possible and what are the T&C for any commercial use.
Is it possible to run js excel api in my web application using data from my server. I want to use this api as a replacement of html data table.
Need a step by step guide if possible and what are the T&C for any commercial use.
If you are asking about the Office JavaScript API, it has to run in the context of a JavaScript engine embedded in an Office app (Excel, in your case) and it can interact with the workbook that is open in Excel, not with a workbook on a server. To get data from workbooks on a server, you can use Microsoft Graph. (For workbooks stored on SharePoint on premises, you can use Excel Services REST API.