Category / Section
What are the arguments in Template Markers and how to use them in XlsIO?
1 min read
This article explains various arguments in template markers and how to use them in XlsIO.
What is a Template Marker?
A template marker is a special marker symbol created in an Excel template that appends multiple records from a data source into a worksheet. This marker automatically maps the column names in the data source and names of the marker fields in the template Excel document then fills the data (text or image).
Syntax
%<markerVariable>.<property>;[<argument1><argument2>..] |
What is an argument in Template Marker?
The syntax of template marker has 3 parts, such as: marker variable, property and arguments. Where, arguments are separated by semi colon (;). The following are the arguments supported in template markers.
- vertical
- horizontal
- insert
- jump
- copyrange
- fittocell, size, and position – specifically for column with images