UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
407 stars 137 forks source link

Use the new Open XML SDK instead of the old DocumentFormat.OpenXml dependency #11

Closed xrkolovos closed 8 years ago

xrkolovos commented 8 years ago

There is a new open source Open-XML-SDK, that will run also with .net core.

Do you think that we could use this as dependency instead of this old unsupported DocumentFormat.OpenXml?

xrkolovos commented 8 years ago

I am wrong. there is no nuget package yet.