Skip to content

Latest commit

 

History

History
141 lines (71 loc) · 7.42 KB

README.md

File metadata and controls

141 lines (71 loc) · 7.42 KB

Understanding how Templater works

Introduction to basic features and processing rules.

Replacing a single tag in the document.

template - result

Replacing tags in the spreadsheet.

template - result

Replacing tags in the presentation.

template - result

How to insert an image into a document.

template - result

Templater also works in Android.

template - result

How to embed license file (templater.lic) into a web project.

resource

Templater supports classes via reflection and more dynamic types such as maps.

template - result

Templater is written in Scala and supports some Scala specific collections/types.

template - result

While simple scenario such as repeating of a table rows is supported, arbitrary nesting is also supported - nesting collection inside a collection inside a collection...

template - result

Word features, such as columns, can be leveraged for layout. Barcodes from embedded fonts.

template - result

Resizing of paragraphs can be easily simulated via lists and tables.

template - result

CSV output can be used when appropriate.

template - result

In Excel, region fine tuning can be done via named ranges.

template - result

Context analysis will work across nested collections.

template - result

Various Excel features are supported.

template - result

Populating tables works the same way across formats.

template - result

Various Word features are supported.

template - result

Inserting pictures via plugins allows for simple templates.

template - result

Integration with complex office features gets the most out of Templater.

template - result

When region extends, stuff needs to be moved around.

template - result

Master-detail relationship in DataSet type. Injecting colors via XML type.

template - result

When number of columns is unknown - two dimensional objects can be used.

template - result

Special tag [[equals]] is used to convert cells into formulas.

template - result