-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Wei "oldrev" Li edited this page Jul 30, 2017
·
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 else native thing, even the Office software it self.
- Works with .NET Standard 1.6: that means you can use MaltReport under Linux or Mac.
- WYSIWYG Template: Unlike NPOI, you do not have to write any code to manipulate the document, instead you can create document template in an visual way via MS-Office or LibreOffice.
If you are new to MaltReport, please see the short sample: Generate Your First Document.