-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Wei "oldrev" Li edited this page Jan 15, 2018
·
19 revisions
MaltReport is an universal document generator works like Razor for HTML. MaltReport is mainly inspired by the excellent Relatorio Project.
- Builtin support for ODT/ODS/DOC/XLS formats.
- Pure C# implementation, DO NOT REQUIRES P/Invoke, COM or any native stuff, even the Office software itself.
- A .NET Standard 1.6 Library: That means you can use MaltReport with .NET Core 1.6 and .NET Framework 4.6.
- WYSIWYG Template: Unlike NPOI or something similar, you do not have to write any code to manipulate the document, instead you create the document template in an visual way via MS-Office or LibreOffice.
- Performance: MaltReport uses Fluid as the text template engine to render your document.
If you are new to MaltReport, please see the short sample: Generate Your First Document.