What is a jxls template?
The template for jxls is a normal excel file marked up in a special way.
This markup shows how JXLS should output the data.
By default, JXLS supports Apache JEXL as the expression language. It can be used in a template to refer to java objects and methods
The object must be available in the context of Jxls context under a specific key. For example, to derive the following text in the cell ${car.brand} . In general, we take the expression $ {and } in the brackets Jexl. We assume that in the context there is a Car object under the key car.
One Comment on “How to create jxls template”