Skip to content
Wei "oldrev" Li edited this page Nov 1, 2017 · 19 revisions

Welcome to the MaltReport!

MaltReport is an universal document generator works like Razor for HTML. MaltReport is mainly inspired by the excellent Relatorio Project.

Benefits & Key Features

  • 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.
  • A .NET Standard 2.0 Library: That means you can use MaltReport with .NET Core 2.0 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.

Clone this wiki locally