Skip to content
Li Wei edited this page Feb 22, 2022 · 19 revisions

Welcome to the MaltReport!

MaltReport is a universal document generator that 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 REQUIRE 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 a 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.

Usage & Samples: