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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/openxmlwordpressing
- Owner: karenpayneoregon
- Created: 2018-12-09T20:21:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T20:22:23.000Z (about 7 years ago)
- Last Synced: 2025-01-29T00:29:15.515Z (about 1 year ago)
- Topics: csharp-code, openxml, word
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).