I am working on word Addin. My host application is one asp.net website from which I shall open word document and word addin will sideload there. My requirement is after I open document I should be able to read all the sections in the document and then pass the section names in host application and open a new tab/popup in the host application with the data I have read.
I am able to read sections and I can open a pop up using dialog api but I want to pass the context and data to host website instead of opening a stand alone popup using dialog api.
Is there any way we can pass data and context from word document to host application using office js?