- 
                Notifications
    
You must be signed in to change notification settings  - Fork 27
 
Home
        Wei "oldrev" Li edited this page Jul 31, 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 native thing, even the Office software itself.
 - Works with .NET Standard 1.6: That means you can use MaltReport under Linux or Mac.
 - WYSIWYG Template: Unlike NPOI or something like it, 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.
 - 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.