onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments from SharePoint to Word.
MIT License
306 stars 107 forks source link

Upgrade to DocumentFormat.OpenXml and remove reflection usage #90

Closed twsouthwick closed 3 years ago

twsouthwick commented 3 years ago

Now that v2.12.0, there is now an official API to do what was previously done via reflection and internal methods.