An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/openxmlwordpressing

Open XML Word
https://github.com/karenpayneoregon/openxmlwordpressing

csharp-code openxml word

Last synced: 11 months ago
JSON representation

Open XML Word

Awesome Lists containing this project

README

          

# TechNet December 2018
## Basic operations: Open XML SDK 2.5 Office Word documents
Introduction
This article will provide a solid base for performing common operations in Microsoft Word document 2007 format using Open XML SDK 2.5 for Office. What this article does not cover are drilling down each element type such as a paragraph element or what makes up a specific type of style be it for a paragraph or a table.
The intent is to provide examples for developers who have never worked with Open XML for Office documents to create documents quickly without getting into all the specifics.

[Article location](https://social.technet.microsoft.com/wiki/contents/articles/52248.basic-operations-open-xml-sdk-2-5-office-word-documents.aspx?Redirected=true).