I'm working on an Office word web add-in (not VSTO). I have opened a new / existing document from the current system or from a Sharepoint document library and side-loaded my taskpane addin and ribbon menu. Using a ribbon menu control, I should open a document from a sharepoint document library for editing and saving to some other location in Sharepoint. Is it possible in office.js?
- Shall I open the document using Javascript API (office.js)?
- If Point 1 is possible then can I open document from Sharepoint or one drive?
- Can I save document using office.js to specific location?