Forum Discussion
periyadev
Mar 15, 2024Copper Contributor
How to integrate Office 365 to Web App for document edit
Hi, I want to edit document from my web app using Office 365, Any one can explain how to do that I have searched around 1 week not yet got correct article User Scenario: - 3 Excel files uplo...
peiyezhu
Mar 15, 2024Bronze Contributor
edit document from my web app using Office 365
Do you want to build a web site like office online?
As far as I know, it is impossible.Only thing I can do is to import data from Excel or word document and generate new document by my own web app.
X-spreadsheet from sheetjs is an option for edit .xlsx contents.
Do you want to build a web site like office online?
As far as I know, it is impossible.Only thing I can do is to import data from Excel or word document and generate new document by my own web app.
X-spreadsheet from sheetjs is an option for edit .xlsx contents.
- periyadevMar 15, 2024Copper Contributor
No, I want to just edit the uploaded documents help of Office 365 online edit.
For Example: 3 excel files uploaded in my web application, As an user I want to edit the excel files from online itself without download to my local.- peiyezhuMar 15, 2024Bronze Contributor3 excel files uploaded in my web application
With my knowledge,you can upload excel files to Onedriver or sharepoint rather than your own web application.