1 / 9

Using Office Open XML in Word Office Add-Ins

Extend Office clients across platforms using web technologies with Office Open XML. Learn how to create, manipulate, and save Word documents in the XML format.

bjohnson
Download Presentation

Using Office Open XML in Word Office Add-Ins

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using Office Open XML in Word Office Add-Ins Stephanie Krieger Program Manager, Word

  2. Office Add-ins Extend Office clients across platforms using web technologies.

  3. The Office Open XML Formats ISO/IEC 29500 – an international standard The default file formats for Office on all platforms

  4. Create the Office Open XML You Need Call getOoxml() Call getSelectedDataAsync() Save the document using the Word XML file type

  5. Demo A Look at the Markup

  6. Understanding Package Structure through Relationships … … …

  7. Demo Insert and Update OOXML • Insert a shape • Update the markup with new information • Replace the customized shape in the document

  8. Related content • Build add-ins today: https://dev.office.com/getting-started/addins • Office add-ins samples: https://github.com/officeDev • Word add-ins JavaScript reference: https://github.com/OfficeDev/office-js-docs/blob/master/word/word-add-ins-javascript-reference.md • Office Open XML documentation: https://msdn.microsoft.com/en-us/library/gg548604(v=office.12).aspx • Create better add-ins for Word with Office Open XML: https://msdn.microsoft.com/en-us/library/office/dn423225.aspx

More Related