JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,050 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am trying to implement a cross application AddIns functionality where user can select some Excel data and paste in Word.
I want to preserve all the source formatting as how the Word allows to do using Paste with keep source formatting option.
How we can achieve the similar functionality using Office JS APIs ? Any leads would be much appreciated.