oldrev / maltreport

A WYSIWYG document template engine to generates .odt/.ods/docx/xlsx/doc/xls documents for .NET
MIT License
125 stars 27 forks source link

.Net Standard 1.x Support #9

Closed oldrev closed 7 years ago

oldrev commented 7 years ago

The main barrier to prevent to support .Net Standard is the dependency of the NVelocity library.

NVelocity was released in many years before and can not be easily port to .Net Standard 1.x.

So that's the plan: Rewrite VTL(Velocity Template Language) evaluation implementation using a parsing library that support .NET Standard. At this moment the almost reasonable choice seems to be Sprache.

oldrev commented 7 years ago

I decided to use Fluid Template Engine, then we finally got the .NET Standard support.