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 into templated Word.
MIT License
321 stars 109 forks source link

Support latest OpenXml release #71

Closed twsouthwick closed 4 years ago

twsouthwick commented 4 years ago

Looks like there was some internal usage of APIs that are no longer supported. This change updates to latest OpenXml build (v2.11.0), although it is still using an internal method.

Related: https://github.com/OfficeDev/Open-XML-SDK/issues/492

Fixes #70