Extraline between the markers

Please let us how can we insert the empty line between each row using markers.


Ex:
Col1 Col2
ABC 1

CDE 2

EFG 3

We are using setDatasource to bind the markers with values.

Hi,

Thanks for your posting and using Aspose.Cells.

You can use skip:n parameter to skip n number of rows for each row of data.

For example, the following smart marker will skip 1 row after each row of data

&=Contact.Name(skip:1, noadd)

Please read this article for your further reference.