Commands are written as Excel notes. You create a note by right-clicking > New Note. A note usually contains
the author on the first line. This is followed by commands line by line, with commands at the beginning
of the line and the command name beginning with jx:
.
The command format is like this:
"jx:" + command name + "(" + attribute name + "=\"" + value + "\" " [...] + ")\n"
example:
jx:each(items="employees" var="e" lastCell="C2")
Some write it like this, which is also fine:
jx:each(items="employees", var="e", lastCell="C2")
Each command refers to a cell area. The cell area starts at the cell that has the note (top left corner) and ends at the cell specified in the lastCell attribute (bottom right corner).
Jxls supports these built-in and ready-to-use commands: