Builds
XlsArea from Excel comments in the Excel template
Command syntax
A command is specified in a cell comment like the following
jx:COMMAND_NAME(attr1="value1" attr2="value2" ... attrN="valueN" lastCell="LAST_CELL" areas=["AREA_REF1", "AREA_REF2", ... , "AREA_REFN"])
where
COMMAND_NAME - the name of the command
attr1, attr2, ... attrN, value1, value2, ... , valueN - command attributes and their values
lastCell, LAST_CELL - attribute name and cell reference value specifying the last cell where this command is placed
in the parent area.