Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
Native HorizontalAlignmentValues replaced with WordHorizontalAlignmentValues as it doesn't work anymore in 3.X
Native AlternativeFormatImportPartType replaced with WordAlternativeFormatImportPartType as it doesn't work anymore in 3.X
Sections now contain RSID and fix missing RSID if dealing with old documents created by OfficeIMO - something changed that made comparison of sections impossible without it
This PR migrates project to 3.1.0 OpenXMLSDK
HorizontalAlignmentValues
replaced withWordHorizontalAlignmentValues
as it doesn't work anymore in 3.XAlternativeFormatImportPartType
replaced withWordAlternativeFormatImportPartType
as it doesn't work anymore in 3.X