Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 3.38 KB

README.md

File metadata and controls

61 lines (31 loc) · 3.38 KB

Complex examples

Learning how to work around some limitations and use various advanced features.

Tags are supported in sheet names. Easy to create report - per sheet(s).

template - result

Sometimes documents needs to be processed multiple times before final report can be created.

template - result

Templater also integrates with Word XML binding feature, it will manage bound XML files.

template - result

Templater makes it very convenient to manage report templates.

Sales order Word - result

Sales order Excel - result

Sales order analysis - result

Sales order for printing - result

Combining various Excel features to create good-looking report. Using expression parser for filtering.

template - result

Consuming embedded CSV or Excel table via Power Query (Requires Excel 2010+)

template - result

Stream CSV/XML while processing to support huge exports

csv template - result

xml template - result

Application from https://templater.info/demo

PDF conversion via Dockerfile